Searched refs:pLimit (Results 1 – 6 of 6) sorted by relevance
| /TwlSDK-5.1.0/build/demos/os/reset-1/src/ |
| D | screen.c | 59 u16 *p, *pLimit; in PrintString() local 67 pLimit = &gScreen[32 * 32]; in PrintString() 73 if (++p >= pLimit) in PrintString() 95 u16 *p, *pLimit; in ColorString() local 101 pLimit = &gScreen[32 * 32]; in ColorString() 110 if (++p >= pLimit) in ColorString()
|
| /TwlSDK-5.1.0/build/demos/os/consoleType-1/src/ |
| D | screen.c | 56 u16 *p, *pLimit; in PrintString() local 64 pLimit = &gScreen[32 * 32]; in PrintString() 70 if (++p >= pLimit) in PrintString() 92 u16 *p, *pLimit; in ColorString() local 98 pLimit = &gScreen[32 * 32]; in ColorString() 107 if (++p >= pLimit) in ColorString()
|
| /TwlSDK-5.1.0/build/demos/ctrdg/pullout-1/src/ |
| D | screen.c | 56 u16 *p, *pLimit; in PrintString() local 64 pLimit = &gScreen[32 * 32]; in PrintString() 70 if (++p >= pLimit) in PrintString() 92 u16 *p, *pLimit; in ColorString() local 98 pLimit = &gScreen[32 * 32]; in ColorString() 107 if (++p >= pLimit) in ColorString()
|
| /TwlSDK-5.1.0/build/demos.TWL/spi/pm-2/src/ |
| D | screen.c | 55 u16 *p, *pLimit; in PrintString() local 63 pLimit = &gScreen[32 * 32]; in PrintString() 69 if (++p >= pLimit) in PrintString() 91 u16 *p, *pLimit; in ColorString() local 97 pLimit = &gScreen[32 * 32]; in ColorString() 106 if (++p >= pLimit) in ColorString()
|
| /TwlSDK-5.1.0/build/demos/os/exceptionDisplay-4/src/ |
| D | screen.c | 56 u16 *p, *pLimit; in PrintString() local 64 pLimit = &gScreen[32 * 32]; in PrintString() 70 if (++p >= pLimit) in PrintString() 92 u16 *p, *pLimit; in ColorString() local 98 pLimit = &gScreen[32 * 32]; in ColorString() 107 if (++p >= pLimit) in ColorString()
|
| /TwlSDK-5.1.0/build/demos/spi/pm-1/src/ |
| D | screen.c | 57 u16 *p, *pLimit; in PrintString() local 65 pLimit = &gScreen[32 * 32]; in PrintString() 71 if (++p >= pLimit) in PrintString() 93 u16 *p, *pLimit; in ColorString() local 99 pLimit = &gScreen[32 * 32]; in ColorString() 108 if (++p >= pLimit) in ColorString()
|