Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Dbitmap.cc249 const int last_word_index = (limit - 1) >> kLogIntBits; in FindNextBit() local
250 while (word_index < last_word_index) { in FindNextBit()