Searched defs:DIGIT (Results 1 – 10 of 10) sorted by relevance
29 #define DIGIT(x) (isdigit(x) ? (x) - '0' : \ macro
40 #define DIGIT(x) (iswdigit(x) ? (x) - L'0' : \ macro
61 #define DIGIT(x) \ macro
49 #define DIGIT(x) \ macro
34 #define DIGIT(x) (((x) > 9) ? ((x) + 'a' - 10) : ((x) + '0')) macro
177 #define DIGIT(x) (isdigit(x) ? (x) - '0' : \ macro
76 #define DIGIT 2 macro
376 #define DIGIT(MP,N) MP_DIGIT(MP,N) macro
2891 #define DIGIT (4*0) macro