Home
last modified time | relevance | path

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

/external/cronet/net/disk_cache/blockfile/
Dbitmap.cc228 const int last_word_index = (limit - 1) >> kLogIntBits; in FindNextBit() local
229 while (word_index < last_word_index) { in FindNextBit()