Home
last modified time | relevance | path

Searched refs:xcnt (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Dgettemp.c86 int xcnt = 0; in GETTEMP() local
94 xcnt++; in GETTEMP()
97 xcnt = 0; in GETTEMP()
104 if (xcnt > 6 && *(trv - 1) == 'X') in GETTEMP()
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/
Dcompat.c196 int xcnt = 0; in mkstemp() local
203 xcnt++; in mkstemp()
205 xcnt = 0; in mkstemp()
210 if (xcnt > 6 && *(trv - 1) == 'X') in mkstemp()