hex_asc 8 arch/s390/boot/pgm_check_info.c const char hex_asc[] = "0123456789abcdef"; hex_asc 373 drivers/hid/hid-picolcd_debugfs.c dst[j++] = hex_asc[(data[i] >> 4) & 0x0f]; hex_asc 374 drivers/hid/hid-picolcd_debugfs.c dst[j++] = hex_asc[data[i] & 0x0f]; hex_asc 245 fs/gfs2/lock_dlm.c *c-- = hex_asc[value & 0x0f]; hex_asc 245 fs/proc/array.c seq_putc(m, hex_asc[x]); hex_asc 770 fs/seq_file.c m->buf[m->count + i] = hex_asc[0xf & v]; hex_asc 608 include/linux/kernel.h extern const char hex_asc[]; hex_asc 609 include/linux/kernel.h #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] hex_asc 610 include/linux/kernel.h #define hex_asc_hi(x) hex_asc[((x) & 0xf0) >> 4] hex_asc 395 kernel/debug/gdbstub.c pkt[1] = hex_asc[(error / 10)]; hex_asc 396 kernel/debug/gdbstub.c pkt[2] = hex_asc[(error % 10)]; hex_asc 13 lib/hexdump.c const char hex_asc[] = "0123456789abcdef"; hex_asc 14 lib/hexdump.c EXPORT_SYMBOL(hex_asc);