Home
last modified time | relevance | path

Searched refs:STRTOG_NoMemory (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dstrtodg.c607 return STRTOG_NoMemory; in strtodg()
656 return STRTOG_NoMemory; in strtodg()
660 return STRTOG_NoMemory; in strtodg()
666 return STRTOG_NoMemory; in strtodg()
698 return STRTOG_NoMemory; in strtodg()
701 return STRTOG_NoMemory; in strtodg()
709 return STRTOG_NoMemory; in strtodg()
716 return STRTOG_NoMemory; in strtodg()
721 return STRTOG_NoMemory; in strtodg()
726 return STRTOG_NoMemory; in strtodg()
[all …]
Dstrtof.c56 if (k == STRTOG_NoMemory) {
Dgethex.c121 return STRTOG_NoMemory; in gethex()
160 return STRTOG_NoMemory; in gethex()
Dstrtopx.c71 if (k == STRTOG_NoMemory)
Dgdtoa.h86 STRTOG_NoMemory = 0x100 enumerator
Dgdtoa.c184 if (*kindp & STRTOG_NoMemory) in gdtoa()