Searched refs:BITSET_BITS (Results 1 – 1 of 1) sorted by relevance
10 #define BITSET_BITS \ macro14 ( ((size_t)1) << ((pos) % BITSET_BITS) )17 ( (set)->bits[(pos) / BITSET_BITS] )20 ( ((nbits) + (BITSET_BITS - 1)) / BITSET_BITS )