Searched refs:CacheAddr (Results 1 - 10 of 10) sorted by relevance

/external/chromium/net/disk_cache/
H A Ddisk_format.h10 // 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
63 typedef uint32 CacheAddr; typedef in namespace:disk_cache
73 CacheAddr heads[5];
74 CacheAddr tails[5];
75 CacheAddr transaction; // In-flight operation target.
91 CacheAddr stats; // Storage for usage data.
103 CacheAddr table[kIndexTablesize]; // Default size. Actual size controlled
114 CacheAddr next; // Next entry with the same hash or bucket.
115 CacheAddr rankings_nod
[all...]
H A Daddr.h53 explicit Addr(CacheAddr address) : value_(address) {}
61 CacheAddr value() const { return value_; }
62 void set_value(CacheAddr address) {
136 CacheAddr value_;
H A Drankings.h143 void SetContents(CacheRankingsBlock* node, CacheAddr address);
146 typedef std::pair<CacheAddr, CacheRankingsBlock*> IteratorPair;
185 bool IsHead(CacheAddr addr, List* list) const;
186 bool IsTail(CacheAddr addr, List* list) const;
H A Drankings.cc335 CacheAddr node_value = node->address().value();
535 void Rankings::SetContents(CacheRankingsBlock* node, CacheAddr address) {
611 Addr node_addr(static_cast<CacheAddr>(control_data_->transaction));
683 CacheAddr node_value = node->address().value();
730 CacheAddr node_addr = node->address().value();
821 bool Rankings::IsHead(CacheAddr addr, List* list) const {
833 bool Rankings::IsTail(CacheAddr addr, List* list) const {
849 CacheAddr address = node->address().value();
860 CacheAddr address = node->address().value();
H A Dblock_files_unittest.cc90 CacheAddr entries[kNumEntries];
104 CacheAddr temp = entries[source1];
H A Dbackend_impl.h268 typedef base::hash_map<CacheAddr, EntryImpl*> EntriesMap;
H A Dentry_impl.h76 CacheAddr GetNextAddress();
H A Dbackend_impl.cc69 size_t table_size = sizeof(disk_cache::CacheAddr) * table_len;
918 CacheAddr child(entry->GetNextAddress());
1578 std::set<CacheAddr> visited;
H A Dentry_impl.cc512 CacheAddr EntryImpl::GetNextAddress() {
/external/chromium/net/tools/dump_cache/
H A Ddump_files.cc125 bool LoadEntry(disk_cache::CacheAddr addr, disk_cache::EntryStore* entry);
126 bool LoadRankings(disk_cache::CacheAddr addr,
135 disk_cache::CacheAddr next_addr_;
136 std::set<disk_cache::CacheAddr> dumped_entries_;
189 bool CacheDumper::LoadEntry(disk_cache::CacheAddr addr,
214 bool CacheDumper::LoadRankings(disk_cache::CacheAddr addr,

Completed in 70 milliseconds