Searched refs:Hex2Decimal (Results 1 – 1 of 1) sorted by relevance
83 static int Hex2Decimal(char hex_digit) { in Hex2Decimal() function100 int hi = Hex2Decimal(hi_char); in Hex2Byte()101 int lo = Hex2Decimal(lo_char); in Hex2Byte()