HomeSort by relevance Sort by last modified time
    Searched full:one_word (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/net/disk_cache/blockfile/
bitmap.cc 225 uint32 one_word = map_[word_index]; local
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)
    [all...]

Completed in 449 milliseconds