Searched refs:use_module_hash_ (Results 1 – 4 of 4) sorted by relevance
| /rocksdb-6.9/table/cuckoo/ |
| D | cuckoo_table_builder.cc | 72 use_module_hash_(use_module_hash), in CuckooTableBuilder() 152 if (!use_module_hash_) { in Add() 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() 251 if (use_module_hash_) { in Finish() 350 reinterpret_cast<const char*>(&use_module_hash_), in Finish() 351 sizeof(use_module_hash_)); in Finish() 413 if (use_module_hash_) { in FileSize() 479 hash_cnt, use_module_hash_, hash_table_size_, identity_as_first_hash_, in MakeSpaceForKey()
|
| D | cuckoo_table_reader.cc | 43 use_module_hash_(false), in CuckooTableReader() 129 use_module_hash_ = *reinterpret_cast<const bool*>( in CuckooTableReader() 152 user_key, hash_cnt, use_module_hash_, table_size_, in Get() 191 bucket_length_ * CuckooHash(user_key, 0, use_module_hash_, table_size_, in Prepare()
|
| D | cuckoo_table_reader.h | 82 bool use_module_hash_; variable
|
| D | cuckoo_table_builder.h | 125 bool use_module_hash_; variable
|