Searched refs:hex_to_int (Results 1 – 1 of 1) sorted by relevance
44 static int hex_to_int(char c) in hex_to_int() function62 h1 = hex_to_int(hexval[2 * i]); in hex_decode()63 h2 = hex_to_int(hexval[2 * i + 1]); in hex_decode()