Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dbloom_impl.h427 char *data, int log2_cache_line_bytes) { in AddHash() argument
428 const int log2_cache_line_bits = log2_cache_line_bytes + 3; in AddHash()
431 data + (GetLine(h, num_lines) << log2_cache_line_bytes); in AddHash()
447 int log2_cache_line_bytes) { in PrepareHashMayMatch() argument
448 uint32_t b = GetLine(h, num_lines) << log2_cache_line_bytes; in PrepareHashMayMatch()
450 PREFETCH(data + b + ((1 << log2_cache_line_bytes) - 1), 0 /* rw */, in PrepareHashMayMatch()
457 int log2_cache_line_bytes) { in HashMayMatch() argument
458 uint32_t b = GetLine(h, num_lines) << log2_cache_line_bytes; in HashMayMatch()
459 return HashMayMatchPrepared(h, num_probes, data + b, log2_cache_line_bytes); in HashMayMatch()
464 int log2_cache_line_bytes) { in HashMayMatchPrepared() argument
[all …]