Searched refs:log2_cache_line_bytes (Results 1 – 1 of 1) sorted by relevance
427 char *data, int log2_cache_line_bytes) { in AddHash() argument428 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() argument448 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() argument458 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 …]