Searched refs:hextable_caps (Results 1 – 1 of 1) sorted by relevance
/lk-master/lib/libc/ |
A D | printf.c | 137 static const char hextable_caps[] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', '… 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