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