Searched defs:CHAR64 (Results 1 – 3 of 3) sorted by relevance
108 #define CHAR64(c) ((c) > 127 ? 255 : index_64[(c)]) macro
95 #define CHAR64(c) (((c) < 0 || (c) > 127) ? -1 : index_64[(c)]) macro
1028 # define CHAR64(c) (((c) < 0 || (c) > 127) ? -1 : index_64[(c)]) macro