Searched refs:SET_ADD (Results 1 – 1 of 1) sorted by relevance
1209 #define SET_ADD(set, c) ((set)[(uint8_t)c>>5]|=((uint32_t)1<<((uint8_t)c&0x1f))) macro1218 SET_ADD(set, c); in calcStringSetLength()1316 SET_ADD(set, c); in calcNameSetLength()1327 SET_ADD(set, c); in calcNameSetLength()1437 SET_ADD(gNameSet, extChars[i]); in calcNameSetsLengths()