Home
last modified time | relevance | path

Searched refs:STRTOG_Inexlo (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dstrtodg.c136 return STRTOG_Inexlo; in decrement()
236 inex = STRTOG_Inexlo; in rvOK()
258 *irv = STRTOG_Underflow | STRTOG_Inexlo; in rvOK()
276 inex = STRTOG_Inexlo | STRTOG_Underflow; in rvOK()
634 irv = STRTOG_Underflow | STRTOG_Inexlo; in strtodg()
746 irv |= STRTOG_Inexlo; in strtodg()
762 irv |= dsign ? STRTOG_Inexlo : STRTOG_Inexhi; in strtodg()
770 ? STRTOG_Normal | STRTOG_Inexlo in strtodg()
778 irv = STRTOG_Normal | STRTOG_Inexlo; in strtodg()
795 irv = STRTOG_Normal | STRTOG_Inexlo; in strtodg()
[all …]
Dgdtoa.c416 inex = STRTOG_Inexlo; in gdtoa()
443 inex = STRTOG_Inexlo; in gdtoa()
487 inex = STRTOG_Inexlo; in gdtoa()
503 inex = STRTOG_Inexlo; in gdtoa()
639 inex = STRTOG_Inexlo; in gdtoa()
687 inex = STRTOG_Inexlo; in gdtoa()
704 inex = STRTOG_Inexlo; in gdtoa()
736 inex = STRTOG_Inexlo; in gdtoa()
808 inex = STRTOG_Inexlo; in gdtoa()
Dgethex.c196 return STRTOG_Zero | STRTOG_Inexlo | STRTOG_Underflow; in gethex()
244 irv |= STRTOG_Inexlo; in gethex()
Dgdtoa.h81 STRTOG_Inexlo = 0x10, enumerator