Home
last modified time | relevance | path

Searched refs:hash_value (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/table/block_based/
Ddata_block_hash_index.cc23 uint32_t hash_value = GetSliceHash(key); in Add() local
24 hash_and_restart_pairs_.emplace_back(hash_value, in Add()
46 uint32_t hash_value = entry.first; in Finish() local
48 uint16_t buck_idx = static_cast<uint16_t>(hash_value % num_buckets); in Finish()
87 uint32_t hash_value = GetSliceHash(key); in Lookup() local
88 uint16_t idx = static_cast<uint16_t>(hash_value % num_buckets_); in Lookup()
/rocksdb-6.9/cache/
Dclock_cache.cc234 uint32_t hash_value; member
240 hash_value = h; in CacheKey()
244 return a.hash_value == b.hash_value && a.key == b.key; in equal()
248 return static_cast<size_t>(a.hash_value); in hash()