Searched refs:index_64 (Results 1 – 4 of 4) sorted by relevance
71 static signed char index_64[128] = { variable83 index_64[(unsigned char) (c)])
92 static uint8_t index_64[128] = variable108 #define CHAR64(c) ((c) > 127 ? 255 : index_64[(c)])
95 #define CHAR64(c) (((c) < 0 || (c) > 127) ? -1 : index_64[(c)])100 static char index_64[128] = { variable
1016 static char index_64[128] = variable1028 # define CHAR64(c) (((c) < 0 || (c) > 127) ? -1 : index_64[(c)])