HomeSort by relevance Sort by last modified time
    Searched refs:PartialBlockLength (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/disk_cache/
sparse_control.h 122 int PartialBlockLength(int block_index) const;
sparse_control.cc 571 int partial_block_len = PartialBlockLength(start);
627 int SparseControl::PartialBlockLength(int block_index) const {
751 int partial_start_bytes = PartialBlockLength(start);
767 bytes_found += PartialBlockLength(found + bits_found);

Completed in 858 milliseconds