Searched defs:hexdig (Results 1 - 2 of 2) 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 Dgdtoaimp.h540 #define hexdig __hexdig_D2A macro
572 extern unsigned char hexdig[];

Completed in 72 milliseconds