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

  /external/chromium/net/disk_cache/
disk_format.h 10 // be stored as a series of blocks on a block-file. In any case, CacheAddr
14 // a CacheAddr value. Linking for a given hash bucket is handled internally
62 typedef uint32 CacheAddr;
72 CacheAddr heads[5];
73 CacheAddr tails[5];
74 CacheAddr transaction; // In-flight operation target.
88 CacheAddr stats; // Storage for usage data.
105 CacheAddr table[kIndexTablesize]; // Default size. Actual size controlled
116 CacheAddr next; // Next entry with the same hash or bucket.
117 CacheAddr rankings_node; // Rankings node for this entry
    [all...]
addr.h 52 explicit Addr(CacheAddr address) : value_(address) {}
60 CacheAddr value() const { return value_; }
61 void set_value(CacheAddr address) {
132 CacheAddr value_;
rankings.h 142 typedef std::pair<CacheAddr, CacheRankingsBlock*> IteratorPair;
179 bool IsHead(CacheAddr addr);
180 bool IsTail(CacheAddr addr);
block_files_unittest.cc 90 CacheAddr entries[kNumEntries];
104 CacheAddr temp = entries[source1];
rankings.cc 357 CacheAddr node_value = node->address().value();
416 Addr node_addr(static_cast<CacheAddr>(control_data_->transaction));
488 CacheAddr node_value = node->address().value();
747 bool Rankings::IsHead(CacheAddr addr) {
754 bool Rankings::IsTail(CacheAddr addr) {
765 CacheAddr address = node->address().value();
776 CacheAddr address = node->address().value();
entry_impl.h 82 CacheAddr GetNextAddress();
backend_impl.h 210 typedef base::hash_map<CacheAddr, EntryImpl*> EntriesMap;
backend_impl.cc 60 size_t table_size = sizeof(disk_cache::CacheAddr) * table_len;
760 CacheAddr child(entry->GetNextAddress());
    [all...]
entry_impl.cc 519 CacheAddr EntryImpl::GetNextAddress() {
  /external/chromium/net/tools/dump_cache/
dump_files.cc 120 bool LoadEntry(disk_cache::CacheAddr addr, disk_cache::EntryStore* entry);
121 bool LoadRankings(disk_cache::CacheAddr addr,
130 disk_cache::CacheAddr next_addr_;
187 bool CacheDumper::LoadEntry(disk_cache::CacheAddr addr,
203 bool CacheDumper::LoadRankings(disk_cache::CacheAddr addr,

Completed in 145 milliseconds