Searched refs:DEC_MAX_SCOPE (Results 1 – 3 of 3) sorted by relevance
36 #define DEC_MAX_SCOPE 10 macro72 result += *tmp - 'A' + DEC_MAX_SCOPE; in Hex2Dec()74 result += *tmp - 'a' + DEC_MAX_SCOPE; in Hex2Dec()
27 #define DEC_MAX_SCOPE 10 macro42 result += *tmp - 'A' + DEC_MAX_SCOPE; in Hex2Dec()44 result += *tmp - 'a' + DEC_MAX_SCOPE; in Hex2Dec()
39 #define DEC_MAX_SCOPE 10 macro