Lines Matching refs:BITSET_WORDBITS
546 assert(g->alloc % BITSET_WORDBITS == 0);
547 alloc = align64(alloc, BITSET_WORDBITS);
659 int i = n / BITSET_WORDBITS;
703 g->tmp.min_q_total[n / BITSET_WORDBITS] = UINT_MAX;
725 const unsigned int top_word_high_bit = (g->count - 1) % BITSET_WORDBITS;
730 i >= 0; i--, high_bit = BITSET_WORDBITS - 1) {
737 unsigned int n = i * BITSET_WORDBITS + j;
753 i >= 0; i--, high_bit = BITSET_WORDBITS - 1) {
770 unsigned int n = i * BITSET_WORDBITS + j;
790 unsigned int n = i * BITSET_WORDBITS + j;