Searched refs:index_64 (Results 1 – 2 of 2) sorted by relevance
79 const static u_int8_t index_64[128] = { variable94 #define CHAR64(c) ( (c) > 127 ? 255 : index_64[(c)])
1018 static char index_64[128] = variable1030 # define CHAR64(c) (((c) < 0 || (c) > 127) ? -1 : index_64[(c)])