Searched refs:hi_char (Results 1 – 1 of 1) sorted by relevance
99 static bool Hex2Byte(char hi_char, char lo_char, Byte* value) { in Hex2Byte() argument100 int hi = Hex2Decimal(hi_char); in Hex2Byte()