Searched refs:hex_digit_to_int (Results 1 – 1 of 1) sorted by relevance
53 static int hex_digit_to_int(char hex) in hex_digit_to_int() function75 int digit0 = hex_digit_to_int(hex_string[i]); in hex_string_to_binary()76 int digit1 = hex_digit_to_int(hex_string[i + 1]); in hex_string_to_binary()