Searched refs:DECIMAL_MAX (Results 1 – 4 of 4) sorted by relevance
30 static const int DECIMAL_MAX = 10; variable
27 return (c - 'A' + DECIMAL_MAX); in HexCharConvertToInt()29 return (c - 'a' + DECIMAL_MAX); in HexCharConvertToInt()
33 #define DECIMAL_MAX 10 macro
1473 return (c - 'A' + DECIMAL_MAX); in ToByte()1476 return (c - 'a' + DECIMAL_MAX); in ToByte()