Searched defs:PartialBlockLength (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Dsparse_control.cc594 int partial_block_len = PartialBlockLength(start);
650 int SparseControl::PartialBlockLength(int block_index) const { function in class:disk_cache::SparseControl
775 int partial_start_bytes = PartialBlockLength(start);
791 bytes_found += PartialBlockLength(found + bits_found);
H A Dsparse_control_v3.cc682 int partial_block_len = PartialBlockLength(start);
738 int SparseControl::PartialBlockLength(int block_index) const { function in class:disk_cache::SparseControl
776 int partial_start_bytes = PartialBlockLength(start);
792 bytes_found += PartialBlockLength(found + bits_found);

Completed in 135 milliseconds