Lines Matching full:one_word
225 uint32 one_word = map_[word_index];
238 one_word &= mask;
240 one_word |= ~mask;
251 if (one_word != empty_value) {
252 *index = (word_index << kLogIntBits) + FindLSBNonEmpty(one_word, value);
255 one_word = map_[++word_index];
264 one_word &= ~mask;
266 one_word |= mask;
268 if (one_word != empty_value) {
269 *index = (word_index << kLogIntBits) + FindLSBNonEmpty(one_word, value);