Searched defs:hextoint (Results 1 – 5 of 5) sorted by relevance
13 hextoint( in hextoint() function
12 #define hextoint(x) (isdigit((x)) ? (x) - '0' : ((x) - 'A') + 10) macro
11 #define hextoint(x) (isdigit((x)) ? (x) - '0' : ((x) - 'A') + 10) macro
524 hextoint(int c) in hextoint() function
3157 hextoint(int c) in hextoint() function