Home
last modified time | relevance | path

Searched refs:small_table_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
Dindex_table_v3.cc276 if (small_table_) { in GetAddress()
338 EntryCell::EntryCell() : cell_num_(0), hash_(0), small_table_(false) { in EntryCell()
348 small_table_(small_table) { in EntryCell()
373 small_table_(small_table) { in EntryCell()
381 if (small_table_) in GetLocation()
388 if (small_table_) { in RecomputeHash()
429 small_table_(false) { in IndexTable()
500 small_table_ = extra_bits_ < kMaxExtraBitsSmallTable; in Init()
501 if (!small_table_) in Init()
548 if (small_table_) in Init()
[all …]
Dindex_table_v3.h104 bool small_table_; variable
272 bool small_table_; variable