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

  /external/chromium_org/net/disk_cache/
disk_format_base.h 34 const int kMaxBlocks = (kBlockHeaderSize - 80) * 8;
37 typedef uint32 AllocBitmap[kMaxBlocks / 32];
  /external/chromium/net/disk_cache/
disk_format.h 163 const int kMaxBlocks = (kBlockHeaderSize - 80) * 8;
166 typedef uint32 AllocBitmap[kMaxBlocks / 32];

Completed in 5669 milliseconds