OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CacheAddr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/disk_cache/
disk_format_base.h
28
typedef uint32
CacheAddr
;
/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
63
typedef uint32
CacheAddr
;
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_node; // Rankings node for this entry
[
all
...]
Completed in 387 milliseconds