Home
last modified time | relevance | path

Searched refs:hex_asc_upper (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-6.6/include/linux/
H A Dhex.h18 extern const char hex_asc_upper[];
19 #define hex_asc_upper_lo(x) hex_asc_upper[((x) & 0x0f)]
20 #define hex_asc_upper_hi(x) hex_asc_upper[((x) & 0xf0) >> 4]
/kernel/linux/linux-5.10/lib/
H A Dhexdump.c16 const char hex_asc_upper[] = "0123456789ABCDEF"; variable
17 EXPORT_SYMBOL(hex_asc_upper); variable
H A Dvsprintf.c490 tmp[i++] = hex_asc_upper[num] | locase; in number()
498 tmp[i++] = (hex_asc_upper[((unsigned char)num) & mask] | locase); in number()
/kernel/linux/linux-6.6/lib/
H A Dhexdump.c16 const char hex_asc_upper[] = "0123456789ABCDEF"; variable
17 EXPORT_SYMBOL(hex_asc_upper); variable
H A Dvsprintf.c498 tmp[i++] = hex_asc_upper[num] | locase; in number()
506 tmp[i++] = (hex_asc_upper[((unsigned char)num) & mask] | locase); in number()
/kernel/linux/linux-5.10/include/linux/
H A Dkernel.h483 extern const char hex_asc_upper[];
484 #define hex_asc_upper_lo(x) hex_asc_upper[((x) & 0x0f)]
485 #define hex_asc_upper_hi(x) hex_asc_upper[((x) & 0xf0) >> 4]
/kernel/linux/linux-5.10/drivers/net/can/
H A Dslcan.c279 *endpos-- = hex_asc_upper[id & 0xf]; in slc_encaps()
/kernel/linux/linux-6.6/drivers/net/can/slcan/
H A Dslcan-core.c509 *endpos-- = hex_asc_upper[id & 0xf]; in slcan_encaps()

Completed in 14 milliseconds