Home
last modified time | relevance | path

Searched refs:this_word (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/disk_cache/
Dbitmap.cc179 uint32 this_word = map_[word]; in TestRange() local
181 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()