Home
last modified time | relevance | path

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

/lib/
A Dhexdump.c16 const char hex_asc_upper[] = "0123456789ABCDEF"; variable
17 EXPORT_SYMBOL(hex_asc_upper);
A Dvsprintf.c507 tmp[i++] = hex_asc_upper[num] | locase; in number()
515 tmp[i++] = (hex_asc_upper[((unsigned char)num) & mask] | locase); in number()

Completed in 11 milliseconds