OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kIndexTablesize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/disk_cache/
disk_format.h
54
const int
kIndexTablesize
= 0x10000;
81
int32 table_len; // Actual size of the table (0 ==
kIndexTablesize
).
92
CacheAddr table[
kIndexTablesize
]; // Default size. Actual size controlled
/external/chromium/net/disk_cache/
disk_format.h
65
const int
kIndexTablesize
= 0x10000;
92
int32 table_len; // Actual size of the table (0 ==
kIndexTablesize
).
103
CacheAddr table[
kIndexTablesize
]; // Default size. Actual size controlled
Completed in 57 milliseconds