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

  /external/chromium_org/net/disk_cache/blockfile/
disk_format_base.h 35 const int kMaxBlocks = (kBlockHeaderSize - 80) * 8;
39 typedef uint32 AllocBitmap[kMaxBlocks / 32];
block_files.cc 197 if (header_->next_file && (empty_blocks < kMaxBlocks / 10)) {
235 if (header_->max_entries < 0 || header_->max_entries > kMaxBlocks ||
521 if (kMaxBlocks == header->max_entries)
527 if (new_size > kMaxBlocks)
528 new_size = kMaxBlocks;
557 if (kMaxBlocks == file_header.Header()->max_entries) {
670 int max_expected = header->entry_size * kMaxBlocks + file_header.Size();

Completed in 887 milliseconds