OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:index_load
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/disk_cache/v3/
eviction_v3.cc
257
int
index_load
= header_->num_entries * 100 / index_size_;
local
262
int max_length = (
index_load
< 25) ? header_->num_entries * 2 / 5 :
/external/chromium_org/net/disk_cache/
eviction.cc
240
int
index_load
= header_->num_entries * 100 / index_size_;
local
245
int max_length = (
index_load
< 25) ? header_->num_entries * 2 / 5 :
Completed in 497 milliseconds