Home
last modified time | relevance | path

Searched refs:hash_cnt (Results 1 – 25 of 82) sorted by relevance

1234

/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/cuckoo/
H A Dcuckoo_table_factory.h18 const Slice& user_key, uint32_t hash_cnt, bool use_module_hash, in CuckooHash() argument
25 return get_slice_hash(user_key, hash_cnt, table_size_); in CuckooHash()
32 if (hash_cnt == 0 && identity_as_first_hash) { in CuckooHash()
36 kCuckooMurmurSeedMultiplier * hash_cnt); in CuckooHash()
H A Dcuckoo_table_builder.cc202 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_ && !bucket_found; in MakeHashTable() local
203 ++hash_cnt) { in MakeHashTable()
204 uint64_t hash_val = CuckooHash(user_key, hash_cnt, use_module_hash_, in MakeHashTable()
469 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_; ++hash_cnt) { in MakeSpaceForKey() local
470 uint64_t bid = hash_vals[hash_cnt]; in MakeSpaceForKey()
483 for (uint32_t hash_cnt = 0; in MakeSpaceForKey() local
484 hash_cnt < num_hash_func_ && !null_found; ++hash_cnt) { in MakeSpaceForKey()
486 hash_cnt, use_module_hash_, hash_table_size_, identity_as_first_hash_, in MakeSpaceForKey()
/dports/databases/rocksdb/rocksdb-6.26.1/table/cuckoo/
H A Dcuckoo_table_factory.h18 const Slice& user_key, uint32_t hash_cnt, bool use_module_hash, in CuckooHash() argument
25 return get_slice_hash(user_key, hash_cnt, table_size_); in CuckooHash()
32 if (hash_cnt == 0 && identity_as_first_hash) { in CuckooHash()
36 kCuckooMurmurSeedMultiplier * hash_cnt); in CuckooHash()
H A Dcuckoo_table_builder.cc204 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_ && !bucket_found; in MakeHashTable() local
205 ++hash_cnt) { in MakeHashTable()
206 uint64_t hash_val = CuckooHash(user_key, hash_cnt, use_module_hash_, in MakeHashTable()
471 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_; ++hash_cnt) { in MakeSpaceForKey() local
472 uint64_t bid = hash_vals[hash_cnt]; in MakeSpaceForKey()
485 for (uint32_t hash_cnt = 0; in MakeSpaceForKey() local
486 hash_cnt < num_hash_func_ && !null_found; ++hash_cnt) { in MakeSpaceForKey()
488 hash_cnt, use_module_hash_, hash_table_size_, identity_as_first_hash_, in MakeSpaceForKey()
/dports/databases/rocksdb-lite/rocksdb-6.26.1/table/cuckoo/
H A Dcuckoo_table_factory.h18 const Slice& user_key, uint32_t hash_cnt, bool use_module_hash, in CuckooHash() argument
25 return get_slice_hash(user_key, hash_cnt, table_size_); in CuckooHash()
32 if (hash_cnt == 0 && identity_as_first_hash) { in CuckooHash()
36 kCuckooMurmurSeedMultiplier * hash_cnt); in CuckooHash()
H A Dcuckoo_table_builder.cc204 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_ && !bucket_found; in MakeHashTable() local
205 ++hash_cnt) { in MakeHashTable()
206 uint64_t hash_val = CuckooHash(user_key, hash_cnt, use_module_hash_, in MakeHashTable()
471 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_; ++hash_cnt) { in MakeSpaceForKey() local
472 uint64_t bid = hash_vals[hash_cnt]; in MakeSpaceForKey()
485 for (uint32_t hash_cnt = 0; in MakeSpaceForKey() local
486 hash_cnt < num_hash_func_ && !null_found; ++hash_cnt) { in MakeSpaceForKey()
488 hash_cnt, use_module_hash_, hash_table_size_, identity_as_first_hash_, in MakeSpaceForKey()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/cuckoo/
H A Dcuckoo_table_factory.h18 const Slice& user_key, uint32_t hash_cnt, bool use_module_hash, in CuckooHash() argument
25 return get_slice_hash(user_key, hash_cnt, table_size_); in CuckooHash()
32 if (hash_cnt == 0 && identity_as_first_hash) { in CuckooHash()
36 kCuckooMurmurSeedMultiplier * hash_cnt); in CuckooHash()
H A Dcuckoo_table_builder.cc202 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_ && !bucket_found; in MakeHashTable() local
203 ++hash_cnt) { in MakeHashTable()
204 uint64_t hash_val = CuckooHash(user_key, hash_cnt, use_module_hash_, in MakeHashTable()
469 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_; ++hash_cnt) { in MakeSpaceForKey() local
470 uint64_t bid = hash_vals[hash_cnt]; in MakeSpaceForKey()
483 for (uint32_t hash_cnt = 0; in MakeSpaceForKey() local
484 hash_cnt < num_hash_func_ && !null_found; ++hash_cnt) { in MakeSpaceForKey()
486 hash_cnt, use_module_hash_, hash_table_size_, identity_as_first_hash_, in MakeSpaceForKey()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/table/cuckoo/
H A Dcuckoo_table_factory.h18 const Slice& user_key, uint32_t hash_cnt, bool use_module_hash, in CuckooHash() argument
25 return get_slice_hash(user_key, hash_cnt, table_size_); in CuckooHash()
32 if (hash_cnt == 0 && identity_as_first_hash) { in CuckooHash()
36 kCuckooMurmurSeedMultiplier * hash_cnt); in CuckooHash()
H A Dcuckoo_table_builder.cc202 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_ && !bucket_found; in MakeHashTable() local
203 ++hash_cnt) { in MakeHashTable()
204 uint64_t hash_val = CuckooHash(user_key, hash_cnt, use_module_hash_, in MakeHashTable()
469 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_; ++hash_cnt) { in MakeSpaceForKey() local
470 uint64_t bid = hash_vals[hash_cnt]; in MakeSpaceForKey()
483 for (uint32_t hash_cnt = 0; in MakeSpaceForKey() local
484 hash_cnt < num_hash_func_ && !null_found; ++hash_cnt) { in MakeSpaceForKey()
486 hash_cnt, use_module_hash_, hash_table_size_, identity_as_first_hash_, in MakeSpaceForKey()
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/table/cuckoo/
H A Dcuckoo_table_factory.h18 const Slice& user_key, uint32_t hash_cnt, bool use_module_hash, in CuckooHash() argument
25 return get_slice_hash(user_key, hash_cnt, table_size_); in CuckooHash()
32 if (hash_cnt == 0 && identity_as_first_hash) { in CuckooHash()
36 kCuckooMurmurSeedMultiplier * hash_cnt); in CuckooHash()
H A Dcuckoo_table_builder.cc194 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_ && !bucket_found; in MakeHashTable() local
195 ++hash_cnt) { in MakeHashTable()
196 uint64_t hash_val = CuckooHash(user_key, hash_cnt, use_module_hash_, in MakeHashTable()
458 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_; ++hash_cnt) { in MakeSpaceForKey() local
459 uint64_t bid = hash_vals[hash_cnt]; in MakeSpaceForKey()
472 for (uint32_t hash_cnt = 0; in MakeSpaceForKey() local
473 hash_cnt < num_hash_func_ && !null_found; ++hash_cnt) { in MakeSpaceForKey()
475 hash_cnt, use_module_hash_, hash_table_size_, identity_as_first_hash_, in MakeSpaceForKey()
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/table/cuckoo/
H A Dcuckoo_table_factory.h18 const Slice& user_key, uint32_t hash_cnt, bool use_module_hash, in CuckooHash() argument
25 return get_slice_hash(user_key, hash_cnt, table_size_); in CuckooHash()
32 if (hash_cnt == 0 && identity_as_first_hash) { in CuckooHash()
36 kCuckooMurmurSeedMultiplier * hash_cnt); in CuckooHash()
H A Dcuckoo_table_builder.cc194 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_ && !bucket_found; in MakeHashTable() local
195 ++hash_cnt) { in MakeHashTable()
196 uint64_t hash_val = CuckooHash(user_key, hash_cnt, use_module_hash_, in MakeHashTable()
462 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_; ++hash_cnt) { in MakeSpaceForKey() local
463 uint64_t bid = hash_vals[hash_cnt]; in MakeSpaceForKey()
476 for (uint32_t hash_cnt = 0; in MakeSpaceForKey() local
477 hash_cnt < num_hash_func_ && !null_found; ++hash_cnt) { in MakeSpaceForKey()
479 hash_cnt, use_module_hash_, hash_table_size_, identity_as_first_hash_, in MakeSpaceForKey()
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/table/cuckoo/
H A Dcuckoo_table_factory.h18 const Slice& user_key, uint32_t hash_cnt, bool use_module_hash, in CuckooHash() argument
25 return get_slice_hash(user_key, hash_cnt, table_size_); in CuckooHash()
32 if (hash_cnt == 0 && identity_as_first_hash) { in CuckooHash()
36 kCuckooMurmurSeedMultiplier * hash_cnt); in CuckooHash()
H A Dcuckoo_table_builder.cc194 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_ && !bucket_found; in MakeHashTable() local
195 ++hash_cnt) { in MakeHashTable()
196 uint64_t hash_val = CuckooHash(user_key, hash_cnt, use_module_hash_, in MakeHashTable()
462 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_; ++hash_cnt) { in MakeSpaceForKey() local
463 uint64_t bid = hash_vals[hash_cnt]; in MakeSpaceForKey()
476 for (uint32_t hash_cnt = 0; in MakeSpaceForKey() local
477 hash_cnt < num_hash_func_ && !null_found; ++hash_cnt) { in MakeSpaceForKey()
479 hash_cnt, use_module_hash_, hash_table_size_, identity_as_first_hash_, in MakeSpaceForKey()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/table/cuckoo/
H A Dcuckoo_table_factory.h18 const Slice& user_key, uint32_t hash_cnt, bool use_module_hash, in CuckooHash() argument
25 return get_slice_hash(user_key, hash_cnt, table_size_); in CuckooHash()
32 if (hash_cnt == 0 && identity_as_first_hash) { in CuckooHash()
36 kCuckooMurmurSeedMultiplier * hash_cnt); in CuckooHash()
H A Dcuckoo_table_builder.cc194 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_ && !bucket_found; in MakeHashTable() local
195 ++hash_cnt) { in MakeHashTable()
196 uint64_t hash_val = CuckooHash(user_key, hash_cnt, use_module_hash_, in MakeHashTable()
462 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_; ++hash_cnt) { in MakeSpaceForKey() local
463 uint64_t bid = hash_vals[hash_cnt]; in MakeSpaceForKey()
476 for (uint32_t hash_cnt = 0; in MakeSpaceForKey() local
477 hash_cnt < num_hash_func_ && !null_found; ++hash_cnt) { in MakeSpaceForKey()
479 hash_cnt, use_module_hash_, hash_table_size_, identity_as_first_hash_, in MakeSpaceForKey()
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/table/cuckoo/
H A Dcuckoo_table_factory.h18 const Slice& user_key, uint32_t hash_cnt, bool use_module_hash, in CuckooHash() argument
25 return get_slice_hash(user_key, hash_cnt, table_size_); in CuckooHash()
32 if (hash_cnt == 0 && identity_as_first_hash) { in CuckooHash()
36 kCuckooMurmurSeedMultiplier * hash_cnt); in CuckooHash()
H A Dcuckoo_table_builder.cc194 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_ && !bucket_found; in load_consume()
195 ++hash_cnt) { in load_consume()
196 uint64_t hash_val = CuckooHash(user_key, hash_cnt, use_module_hash_, in load_consume()
462 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_; ++hash_cnt) { in load_consume()
463 uint64_t bid = hash_vals[hash_cnt]; in load_consume()
476 for (uint32_t hash_cnt = 0; in load_consume()
477 hash_cnt < num_hash_func_ && !null_found; ++hash_cnt) { in load_consume()
479 hash_cnt, use_module_hash_, hash_table_size_, identity_as_first_hash_, in load_consume()
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/table/cuckoo/
H A Dcuckoo_table_factory.h18 const Slice& user_key, uint32_t hash_cnt, bool use_module_hash, in CuckooHash() argument
25 return get_slice_hash(user_key, hash_cnt, table_size_); in CuckooHash()
32 if (hash_cnt == 0 && identity_as_first_hash) { in CuckooHash()
36 kCuckooMurmurSeedMultiplier * hash_cnt); in CuckooHash()
H A Dcuckoo_table_builder.cc194 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_ && !bucket_found; in MakeHashTable() local
195 ++hash_cnt) { in MakeHashTable()
196 uint64_t hash_val = CuckooHash(user_key, hash_cnt, use_module_hash_, in MakeHashTable()
462 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_; ++hash_cnt) { in MakeSpaceForKey() local
463 uint64_t bid = hash_vals[hash_cnt]; in MakeSpaceForKey()
476 for (uint32_t hash_cnt = 0; in MakeSpaceForKey() local
477 hash_cnt < num_hash_func_ && !null_found; ++hash_cnt) { in MakeSpaceForKey()
479 hash_cnt, use_module_hash_, hash_table_size_, identity_as_first_hash_, in MakeSpaceForKey()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/table/cuckoo/
H A Dcuckoo_table_factory.h18 const Slice& user_key, uint32_t hash_cnt, bool use_module_hash, in CuckooHash() argument
25 return get_slice_hash(user_key, hash_cnt, table_size_); in CuckooHash()
32 if (hash_cnt == 0 && identity_as_first_hash) { in CuckooHash()
36 kCuckooMurmurSeedMultiplier * hash_cnt); in CuckooHash()
H A Dcuckoo_table_builder.cc194 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_ && !bucket_found; in MakeHashTable() local
195 ++hash_cnt) { in MakeHashTable()
196 uint64_t hash_val = CuckooHash(user_key, hash_cnt, use_module_hash_, in MakeHashTable()
462 for (uint32_t hash_cnt = 0; hash_cnt < num_hash_func_; ++hash_cnt) { in MakeSpaceForKey() local
463 uint64_t bid = hash_vals[hash_cnt]; in MakeSpaceForKey()
476 for (uint32_t hash_cnt = 0; in MakeSpaceForKey() local
477 hash_cnt < num_hash_func_ && !null_found; ++hash_cnt) { in MakeSpaceForKey()
479 hash_cnt, use_module_hash_, hash_table_size_, identity_as_first_hash_, in MakeSpaceForKey()
/dports/databases/puredb/pure-db-2.1/src/
H A Dpuredb_write.c148 register int hash_cnt = (int) in writekeys() local
173 hash_cnt--; in writekeys()
174 } while (hash_cnt != 0); in writekeys()
183 hash_cnt = (int) (sizeof dbw->hash_table0 / sizeof dbw->hash_table0[0]); in writekeys()
224 hash_cnt--; in writekeys()
225 } while (hash_cnt != 0); in writekeys()

1234