Searched defs:CacheAddr (Results 1 - 1 of 1) 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...]

Completed in 777 milliseconds