Home
last modified time | relevance | path

Searched defs:bucket_num (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
Dindex_table_v3.cc213 int bucket_num = (*bucket)->next / disk_cache::kCellsPerBucket; in GetNextBucket() local
579 int bucket_num = static_cast<int>(hash & mask_); in LookupEntries() local
618 int bucket_num = static_cast<int>(hash & mask_); in CreateEntryCell() local
797 int bucket_num = static_cast<int>(hash & mask_); in FindEntryCellImpl() local
849 int bucket_num = cell.cell_num() / kCellsPerBucket; in Write() local
892 int bucket_num = i; in WalkTables() local
980 int bucket_num = i; in MoveCells() local
1080 void IndexTable::CheckBucketList(int bucket_num) { in CheckBucketList()