Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dbloom_impl.h212 uint32_t /*out*/ *byte_offset) { in PrepareHash()
216 *byte_offset = bytes_to_cache_line; in PrepareHash()
446 uint32_t /*out*/ *byte_offset, in PrepareHashMayMatch()
452 *byte_offset = b; in PrepareHashMayMatch()
Ddynamic_bloom.h179 inline bool DynamicBloom::DoubleProbe(uint32_t h32, size_t byte_offset) const { in DoubleProbe() argument
186 uint64_t val = data_[byte_offset ^ i].load(std::memory_order_relaxed); in DoubleProbe()
/rocksdb-6.9/table/block_based/
Dfilter_policy.cc170 uint32_t byte_offset; in MayMatch() local
172 /*out*/ &byte_offset); in MayMatch()
174 data_ + byte_offset); in MayMatch()
404 uint32_t byte_offset; in MayMatch() local
406 hash, num_lines_, data_, /*out*/ &byte_offset, log2_cache_line_size_); in MayMatch()
408 hash, num_probes_, data_ + byte_offset, log2_cache_line_size_); in MayMatch()