PartialBlockLength  594 net/disk_cache/blockfile/sparse_control.cc     int partial_block_len = PartialBlockLength(start);
PartialBlockLength  775 net/disk_cache/blockfile/sparse_control.cc   int partial_start_bytes = PartialBlockLength(start);
PartialBlockLength  791 net/disk_cache/blockfile/sparse_control.cc   bytes_found += PartialBlockLength(found + bits_found);
PartialBlockLength  123 net/disk_cache/blockfile/sparse_control.h   int PartialBlockLength(int block_index) const;
PartialBlockLength  682 net/disk_cache/blockfile/sparse_control_v3.cc     int partial_block_len = PartialBlockLength(start);
PartialBlockLength  776 net/disk_cache/blockfile/sparse_control_v3.cc   int partial_start_bytes = PartialBlockLength(start);
PartialBlockLength  792 net/disk_cache/blockfile/sparse_control_v3.cc   bytes_found += PartialBlockLength(found + bits_found);
PartialBlockLength  132 net/disk_cache/blockfile/sparse_control_v3.h   int PartialBlockLength(int block_index) const;