Searched refs:hex_asc_upper (Results 1 – 8 of 8) sorted by relevance
16 const char hex_asc_upper[] = "0123456789ABCDEF"; variable17 EXPORT_SYMBOL(hex_asc_upper);
494 tmp[i++] = hex_asc_upper[num] | locase; in number()502 tmp[i++] = (hex_asc_upper[((unsigned char)num) & mask] | locase); in number()
627 extern const char hex_asc_upper[];628 #define hex_asc_upper_lo(x) hex_asc_upper[((x) & 0x0f)]629 #define hex_asc_upper_hi(x) hex_asc_upper[((x) & 0xf0) >> 4]
19 const char hex_asc_upper[] = "0123456789ABCDEF"; variable
279 *endpos-- = hex_asc_upper[id & 0xf]; in slc_encaps()
988 hex_asc_upper