Searched defs:bucket_num (Results 1 – 1 of 1) sorted by relevance
213 int bucket_num = (*bucket)->next / disk_cache::kCellsPerBucket; in GetNextBucket() local579 int bucket_num = static_cast<int>(hash & mask_); in LookupEntries() local618 int bucket_num = static_cast<int>(hash & mask_); in CreateEntryCell() local797 int bucket_num = static_cast<int>(hash & mask_); in FindEntryCellImpl() local849 int bucket_num = cell.cell_num() / kCellsPerBucket; in Write() local892 int bucket_num = i; in WalkTables() local980 int bucket_num = i; in MoveCells() local1080 void IndexTable::CheckBucketList(int bucket_num) { in CheckBucketList()