Searched refs:bits_per_key_ (Results 1 – 2 of 2) sorted by relevance
228 int bits_per_key_; member in ROCKSDB_NAMESPACE::__anona271d7140111::LegacyBloomBitsBuilder250 : bits_per_key_(bits_per_key), in LegacyBloomBitsBuilder()251 num_probes_(LegacyNoLocalityBloomImpl::ChooseNumProbes(bits_per_key_)), in LegacyBloomBitsBuilder()253 assert(bits_per_key_); in LegacyBloomBitsBuilder()286 1U << 16, (1U << 16) * bits_per_key_ / 8, num_probes_); in Finish()297 num_entries / 1000000.0, bits_per_key_, est_fp_rate / vs_fp_rate); in Finish()327 assert(bits_per_key_); in CalculateSpace()329 uint32_t total_bits_tmp = static_cast<uint32_t>(num_entry * bits_per_key_); in CalculateSpace()356 assert(bits_per_key_); in CalculateNumEntry()358 int high = static_cast<int>(bytes * 8 / bits_per_key_ + 1); in CalculateNumEntry()
68 int bits_per_key_; member in ROCKSDB_NAMESPACE::PartitionedFilterBlockTest74 bits_per_key_(10) { in PartitionedFilterBlockTest()76 NewBloomFilterPolicy(bits_per_key_, false)); in PartitionedFilterBlockTest()99 return num_keys * bits_per_key_ + (CACHE_LINE_SIZE * 8 + /*metadata*/ 5); in MaxFilterSize()