Searched refs:WordIndex (Results 1 – 3 of 3) sorted by relevance
189 struct WordIndex { struct
836 int next_unset_in_word(int WordIndex, BitWord Word) const { in next_unset_in_word() argument837 unsigned Result = WordIndex * BITWORD_SIZE + countTrailingOnes(Word); in next_unset_in_word()