Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/lib/
H A Dhexdump.c16 const char hex_asc_upper[] = "0123456789ABCDEF"; variable
17 EXPORT_SYMBOL(hex_asc_upper);
H A Dvsprintf.c494 tmp[i++] = hex_asc_upper[num] | locase; in number()
502 tmp[i++] = (hex_asc_upper[((unsigned char)num) & mask] | locase); in number()
/OK3568_Linux_fs/kernel/include/linux/
H A Dkernel.h627 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]
/OK3568_Linux_fs/u-boot/lib/
H A Dhexdump.c19 const char hex_asc_upper[] = "0123456789ABCDEF"; variable
/OK3568_Linux_fs/kernel/drivers/net/can/
H A Dslcan.c279 *endpos-- = hex_asc_upper[id & 0xf]; in slc_encaps()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_virtual_device988 hex_asc_upper
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.map
/OK3568_Linux_fs/u-boot/
H A Du-boot.map