Searched refs:hextable_caps (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/bootloader/lib/
H A Dprintf.c89 static const char hextable_caps[] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' }; variable
94 const char *table = (flag & CAPSFLAG) ? hextable_caps : hextable;
/fuchsia/zircon/kernel/lib/libc/
H A Dprintf.c123 static const char hextable_caps[] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F' }; variable
128 const char *table = (flag & CAPSFLAG) ? hextable_caps : hextable;

Completed in 112 milliseconds