Searched refs:last_word_index (Results 1 – 1 of 1) sorted by relevance
228 const int last_word_index = (limit - 1) >> kLogIntBits; in FindNextBit() local229 while (word_index < last_word_index) { in FindNextBit()