Searched refs:to_hex_digit (Results 1 – 1 of 1) sorted by relevance
63 static char to_hex_digit(uint8_t n) { in to_hex_digit() function73 *dest++ = to_hex_digit(src[i] >> 4); in to_hex()74 *dest++ = to_hex_digit(src[i] & 0xf); in to_hex()