Searched refs:byte_offset (Results 1 – 3 of 3) sorted by relevance
212 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()
179 inline bool DynamicBloom::DoubleProbe(uint32_t h32, size_t byte_offset) const { in DoubleProbe() argument186 uint64_t val = data_[byte_offset ^ i].load(std::memory_order_relaxed); in DoubleProbe()
170 uint32_t byte_offset; in MayMatch() local172 /*out*/ &byte_offset); in MayMatch()174 data_ + byte_offset); in MayMatch()404 uint32_t byte_offset; in MayMatch() local406 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()