Searched refs:hex_digit (Results 1 – 1 of 1) sorted by relevance
407 hex_digit(uint8_t nibble) in hex_digit() function497 buf[0] = hex_digit(v >> 4); in format_byte()498 buf[1] = hex_digit(v & 0xf); in format_byte()