Searched refs:bits_found (Results 1 - 1 of 1) sorted by relevance

/external/chromium/net/disk_cache/
H A Dsparse_control.cc753 int bits_found = child_map_.FindBits(&found, last_bit, true); local
757 if (!bits_found && partial_start_bytes <= block_offset)
766 int bytes_found = bits_found << 10;
767 bytes_found += PartialBlockLength(found + bits_found);
772 // If the user is searching past the end of this child, bits_found is the
777 if (!bits_found) {

Completed in 39 milliseconds