Searched refs:hexdig (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/gdtoa/
H A Dhd_init.c37 unsigned char hexdig[256]; variable
55 htinit(hexdig, USC "0123456789", 0x10);
56 htinit(hexdig, USC "abcdef", 0x10 + 10);
57 htinit(hexdig, USC "ABCDEF", 0x10 + 10);
H A Dgethex.c55 if (!hexdig['0'])
66 if (!hexdig[*s]) {
71 if (!hexdig[*s])
75 if (hexdig[*s])
80 while(hexdig[*s])
84 while(hexdig[*s])
102 if ((n = hexdig[*s]) == 0 || n > 0x19) {
107 while((n = hexdig[*++s]) !=0 && n <= 0x19)
133 L |= (hexdig[*s1] & 0x0f) << n;
H A Dhexnan.c67 if (!hexdig['0'])
78 if ((h = hexdig[c]) == 0) {
H A Dgdtoaimp.h540 #define hexdig __hexdig_D2A macro
572 extern unsigned char hexdig[];

Completed in 120 milliseconds