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

  /external/chromium/net/disk_cache/
sparse_control.cc 753 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) {
  /external/chromium_org/net/disk_cache/
sparse_control.cc 775 int bits_found = child_map_.FindBits(&found, last_bit, true); local
779 if (!bits_found && partial_start_bytes <= block_offset)
788 int bytes_found = bits_found << 10;
789 bytes_found += PartialBlockLength(found + bits_found);
794 // If the user is searching past the end of this child, bits_found is the
799 if (!bits_found) {
  /external/chromium_org/net/disk_cache/v3/
sparse_control_v3.cc 778 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) {

Completed in 53 milliseconds