Searched refs:to_hex (Results 1 – 1 of 1) sorted by relevance
6 static uint8_t to_hex(uint8_t ch) in to_hex() function28 line[li++] = to_hex(ch >> 4); in print_hex_dump()29 line[li++] = to_hex(ch); in print_hex_dump()