Searched refs:hex2int (Results 1 – 2 of 2) sorted by relevance
70 int hex2int (char hex) in hex2int() function100 dec = hex2int(hex[0]); in hex2bin()111 dec = hex2int(hex[2 * i]); in hex2bin()118 dec = hex2int(hex[ 2 * i + 1]); in hex2bin()
65 int hex2int (char hex);