Searched refs:this_word (Results 1 – 1 of 1) sorted by relevance
179 uint32 this_word = map_[word]; in TestRange() local181 this_word = ~this_word; in TestRange()186 if (this_word >> offset) in TestRange()193 this_word = map_[word++]; in TestRange()195 this_word = ~this_word; in TestRange()196 if (this_word) in TestRange()205 this_word = map_[last_word]; in TestRange()207 this_word = ~this_word; in TestRange()209 return (this_word & mask) != 0; in TestRange()