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

/external/chromium_org/net/disk_cache/blockfile/
H A Dsparse_control_v3.cc778 int bits_found = child_map_.FindBits(&found, last_bit, true); local
782 if (!bits_found && partial_start_bytes <= block_offset)
791 int bytes_found = bits_found << 10;
792 bytes_found += PartialBlockLength(found + bits_found);
797 // If the user is searching past the end of this child, bits_found is the
802 if (!bits_found) {
H A Dsparse_control.cc777 int bits_found = child_map_.FindBits(&found, last_bit, true); local
781 if (!bits_found && partial_start_bytes <= block_offset)
790 int bytes_found = bits_found << 10;
791 bytes_found += PartialBlockLength(found + bits_found);
796 // If the user is searching past the end of this child, bits_found is the
801 if (!bits_found) {

Completed in 281 milliseconds