Searched refs:word_offset (Results 1 – 1 of 1) sorted by relevance
336 const size_t word_offset = Bitmap::BitIndexToWordIndex(bit_idx); in CountLiveWordsUpto() local343 for (size_t i = RoundDown(word_offset, kBitmapWordsPerVectorWord); i < word_offset; i++) { in CountLiveWordsUpto()348 word = Bitmap::Begin()[word_offset]; in CountLiveWordsUpto()351 << " word_offset:" << word_offset in CountLiveWordsUpto()