Home
last modified time | relevance | path

Searched refs:hex_asc (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dhexdump.h19 extern const char hex_asc[];
20 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)]
21 #define hex_asc_hi(x) hex_asc[((x) & 0xf0) >> 4]
/OK3568_Linux_fs/u-boot/lib/
H A Dtiny-printf.c65 static const char hex_asc[] = "0123456789abcdef"; variable
66 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)]
67 #define hex_asc_hi(x) hex_asc[((x) & 0xf0) >> 4]
H A Dhexdump.c18 const char hex_asc[] = "0123456789abcdef"; variable
/OK3568_Linux_fs/kernel/lib/
H A Dhexdump.c14 const char hex_asc[] = "0123456789abcdef"; variable
15 EXPORT_SYMBOL(hex_asc);
/OK3568_Linux_fs/kernel/include/linux/
H A Dkernel.h616 extern const char hex_asc[];
617 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)]
618 #define hex_asc_hi(x) hex_asc[((x) & 0xf0) >> 4]
/OK3568_Linux_fs/kernel/arch/s390/boot/
H A Dpgm_check_info.c9 const char hex_asc[] = "0123456789abcdef"; variable
/OK3568_Linux_fs/kernel/kernel/debug/
H A Dgdbstub.c395 pkt[1] = hex_asc[(error / 10)]; in error_packet()
396 pkt[2] = hex_asc[(error % 10)]; in error_packet()
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-picolcd_debugfs.c373 dst[j++] = hex_asc[(data[i] >> 4) & 0x0f]; in dump_buff_as_hex()
374 dst[j++] = hex_asc[data[i] & 0x0f]; in dump_buff_as_hex()
/OK3568_Linux_fs/kernel/fs/proc/
H A Darray.c244 seq_putc(m, hex_asc[x]); in render_sigset_t()
/OK3568_Linux_fs/kernel/fs/
H A Dseq_file.c765 m->buf[m->count + i] = hex_asc[0xf & v]; in seq_put_hex_ll()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dlock_dlm.c249 *c-- = hex_asc[value & 0x0f]; in gfs2_reverse_hex()
/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_test.c287 static const char hex_asc[] = "0123456789abcdef"; in bin2hex() local
292 *dst++ = hex_asc[(x & 0xf0) >> 4]; in bin2hex()
293 *dst++ = hex_asc[(x & 0x0f)]; in bin2hex()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_mtk899 hex_asc
H A Dabi_gki_aarch64_oplus1135 hex_asc
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map
/OK3568_Linux_fs/u-boot/spl/
H A Du-boot-spl.map