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

  /external/chromium/net/disk_cache/
disk_format.h 163 const int kMaxBlocks = (kBlockHeaderSize - 80) * 8;
166 typedef uint32 AllocBitmap[kMaxBlocks / 32];
block_files.cc 176 if (header->next_file && (empty_blocks < disk_cache::kMaxBlocks / 10)) {
441 if (kMaxBlocks == header->max_entries)
446 if (new_size > kMaxBlocks)
447 new_size = kMaxBlocks;
476 if (kMaxBlocks == header->max_entries) {
573 int max_expected = header->entry_size * kMaxBlocks + sizeof(*header);

Completed in 42 milliseconds