Lines Matching refs:BITSET_WORD_BITS
54 ((unsigned int) (EBITSET_ELT_WORDS * BITSET_WORD_BITS))
514 bitset_windex windex = bitno / BITSET_WORD_BITS;
519 (bitset_word) 1 << (bitno % BITSET_WORD_BITS);
527 bitset_windex windex = bitno / BITSET_WORD_BITS;
533 ~((bitset_word) 1 << (bitno % BITSET_WORD_BITS));
545 bitset_windex windex = bitno / BITSET_WORD_BITS;
549 >> (bitno % BITSET_WORD_BITS))
595 windex = bitno / BITSET_WORD_BITS;
603 bcount = bitno % BITSET_WORD_BITS;
604 boffset = windex * BITSET_WORD_BITS;
620 word = srcp[woffset] << (BITSET_WORD_BITS - 1 - bcount);
635 boffset -= BITSET_WORD_BITS;
636 bcount = BITSET_WORD_BITS - 1;
642 boffset = eindex * EBITSET_ELT_BITS - BITSET_WORD_BITS;
687 windex = bitno / BITSET_WORD_BITS;
692 word = srcp[windex - woffset] >> (bitno % BITSET_WORD_BITS);
707 bitno = (windex + 1) * BITSET_WORD_BITS;
756 bitno = windex * BITSET_WORD_BITS;
774 bitno = windex * BITSET_WORD_BITS;
778 bitno = windex * BITSET_WORD_BITS;
810 bitno = windex * BITSET_WORD_BITS;
861 windex = n_bits / BITSET_WORD_BITS;