Searched refs:hex_asc_upper (Results 1 – 7 of 7) sorted by relevance
264 extern const char hex_asc_upper[];265 #define hex_asc_upper_lo(x) hex_asc_upper[((x) & 0x0f)]266 #define hex_asc_upper_hi(x) hex_asc_upper[((x) & 0xf0) >> 4]
16 const char hex_asc_upper[] = "0123456789ABCDEF"; variable17 EXPORT_SYMBOL(hex_asc_upper);
491 tmp[i++] = hex_asc_upper[num] | locase; in number()499 tmp[i++] = (hex_asc_upper[((unsigned char)num) & mask] | locase); in number()
279 *endpos-- = hex_asc_upper[id & 0xf]; in slc_encaps()
11212 0x00000000 hex_asc_upper vmlinux EXPORT_SYMBOL
58012 ffff800010f75fc0 D hex_asc_upper
Completed in 346 milliseconds