Searched refs:hex_asc_lo (Results 1 – 3 of 3) sorted by relevance
20 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] macro26 *buf++ = hex_asc_lo(byte); in hex_byte_pack()
60 #define hex_asc_lo(x) hex_asc[((x) & 0x0f)] macro66 *buf++ = hex_asc_lo(byte); in pack_hex_byte()
122 linebuf[lx++] = hex_asc_lo(ch); in hex_dump_to_buffer()