Searched refs:VBITSET_N_WORDS (Results 1 – 1 of 1) sorted by relevance
45 #define VBITSET_N_WORDS(N) (((N) + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS) macro65 newsize = VBITSET_N_WORDS (n_bits); in vbitset_resize()