Home
last modified time | relevance | path

Searched refs:hextable (Results 1 – 1 of 1) sorted by relevance

/kernel/lib/libc/
A Dprintf.c122 static const char hextable[] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'a', 'b', 'c', '… variable
128 const char *table = (flag & CAPSFLAG) ? hextable_caps : hextable; in longlong_to_hexstring()

Completed in 6 milliseconds