Home
last modified time | relevance | path

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

/external/u-boot/include/
Dhexdump.h20 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] macro
26 *buf++ = hex_asc_lo(byte); in hex_byte_pack()
/external/u-boot/lib/
Dtiny-printf.c60 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] macro
66 *buf++ = hex_asc_lo(byte); in pack_hex_byte()
Dhexdump.c122 linebuf[lx++] = hex_asc_lo(ch); in hex_dump_to_buffer()