Searched refs:CuckooHash (Results 1 – 4 of 4) sorted by relevance
| /rocksdb-6.9/table/cuckoo/ |
| D | cuckoo_table_builder.cc | 196 uint64_t hash_val = CuckooHash(user_key, hash_cnt, use_module_hash_, in MakeHashTable() 224 uint64_t hash_val = CuckooHash(user_key, num_hash_func_, use_module_hash_, in MakeHashTable() 478 uint64_t child_bucket_id = CuckooHash(GetUserKey(curr_bucket.vector_idx), in MakeSpaceForKey()
|
| D | cuckoo_table_reader.cc | 151 uint64_t offset = bucket_length_ * CuckooHash( in Get() 191 bucket_length_ * CuckooHash(user_key, 0, use_module_hash_, table_size_, in Prepare()
|
| D | cuckoo_table_factory.h | 17 static inline uint64_t CuckooHash( in CuckooHash() function
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 336 * Remove CuckooHash memtable.
|