Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dhexdump.h20 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] macro
26 *buf++ = hex_asc_lo(byte); in hex_byte_pack()
/rk3399_rockchip-uboot/lib/
H A Dtiny-printf.c66 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] macro
72 *buf++ = hex_asc_lo(byte); in pack_hex_byte()
H A Dhexdump.c122 linebuf[lx++] = hex_asc_lo(ch); in hex_dump_to_buffer()