Home
last modified time | relevance | path

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

/rocksdb-6.9/util/
Dbloom_impl.h401 uint32_t offset_h = ExtraRotates ? (h >> 11) | (h << 21) : h; in GetLine() local
402 return offset_h % num_lines; in GetLine()