Searched refs:hextable (Results 1 – 1 of 1) sorted by relevance
/lk-master/lib/libc/ |
A D | printf.c | 136 static const char hextable[] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', '… variable 141 const char *table = (flag & CAPSFLAG) ? hextable_caps : hextable; in longlong_to_hexstring() 343 const char *table = (flag & CAPSFLAG) ? hextable_caps : hextable; in double_to_hexstring()
|
Completed in 3 milliseconds