Searched refs:__get_hexdig (Results 1 – 4 of 4) sorted by relevance
179 if (!__get_hexdig(*s)) { in gethex()185 if (!__get_hexdig(*s)) in gethex()189 if (__get_hexdig(*s)) in gethex()194 while(__get_hexdig(*s)) in gethex()200 while(__get_hexdig(*s)) in gethex()218 if ((n = __get_hexdig(*s)) == 0 || n > 0x19) { in gethex()223 while((n = __get_hexdig(*++s)) !=0 && n <= 0x19) in gethex()253 L |= (__ULong) (__get_hexdig(*s1) & 0x0f) << n; in gethex()
97 if (!(h = __get_hexdig(c))) { in hexnan()
344 #define __get_hexdig(x) __hexdig[x] /* NOTE: must evaluate arg only once */ macro346 #define __get_hexdig(x) __hexdig_fun(x) macro
2810 (gethex): Call __get_hexdig macro rather than hexdig.2812 Call __get_hexdig macro rather than hexdig.2824 * libc/stdlib/mprec.h (__get_hexdig): Define.