Home | History | Annotate | Download | only in blockfile

Lines Matching refs:max_hash

951   int max_hash = (mask_ + 1) / 2;
973 old_main_table.reset(new IndexBucket[max_hash]);
974 memcpy(old_main_table.get(), main_table_, max_hash * sizeof(IndexBucket));
975 memset(main_table_, 0, max_hash * sizeof(IndexBucket));
979 for (int i = 0; i < max_hash; i++) {
1004 bucket_num = GetNextBucket(max_hash, max_bucket, old_extra_table,