Searched refs:__hexdig (Results 1 – 3 of 3) sorted by relevance
345 #define __get_hexdig(x) __hexdig[x] /* NOTE: must evaluate arg only once */408 extern const unsigned char __hexdig[];
40 const unsigned char __hexdig[256]= variable
2806 * libc/stdlib/gdtoa-gethex.c (__hexdig): Constify.