Home
last modified time | relevance | path

Searched refs:hex_asc_hi (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dhexdump.h21 #define hex_asc_hi(x) hex_asc[((x) & 0xf0) >> 4] macro
25 *buf++ = hex_asc_hi(byte); in hex_byte_pack()
/rk3399_rockchip-uboot/lib/
H A Dtiny-printf.c67 #define hex_asc_hi(x) hex_asc[((x) & 0xf0) >> 4] macro
71 *buf++ = hex_asc_hi(byte); in pack_hex_byte()
H A Dhexdump.c119 linebuf[lx++] = hex_asc_hi(ch); in hex_dump_to_buffer()