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 165 const int kMaxBlocks = (kBlockHeaderSize - 80) * 8;
168 typedef uint32 AllocBitmap[kMaxBlocks / 32];
block_files.cc 151 if (header->next_file && (empty_blocks < disk_cache::kMaxBlocks / 10)) {
284 if (kMaxBlocks == header->max_entries)
289 if (new_size > kMaxBlocks)
290 new_size = kMaxBlocks;
319 if (kMaxBlocks == header->max_entries) {
472 int max_expected = header->entry_size * kMaxBlocks + sizeof(*header);

Completed in 1225 milliseconds