Searched refs:nibble_for_char (Results 1 – 1 of 1) sorted by relevance
169 static inline uint8_t nibble_for_char(char c) { in nibble_for_char() function176 return nibble_for_char(*str) << 4 | nibble_for_char(*(str + 1)); in read_hex_byte()