Home
last modified time | relevance | path

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

/rocksdb-6.9/table/plain/
Dplain_table_index.cc17 inline uint32_t GetBucketIdFromHash(uint32_t hash, uint32_t num_buckets) { in GetBucketIdFromHash() function
42 int bucket = GetBucketIdFromHash(prefix_hash, index_size_); in GetOffset()
134 uint32_t bucket = GetBucketIdFromHash(cur_hash, index_size_); in BucketizeIndexes()