Searched defs:hexdig (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
H A Dhd_init.c34 unsigned char hexdig[256]; variable
52 htinit(hexdig, USC "0123456789", 0x10);
53 htinit(hexdig, USC "abcdef", 0x10 + 10);
54 htinit(hexdig, USC "ABCDEF", 0x10 + 10);
H A Dgdtoaimp.h541 #define hexdig __hexdig_D2A macro
572 extern unsigned char hexdig[];

Completed in 135 milliseconds