Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h172 const uint64_t kMul = 0x9ddfea08eb382d69ULL; in hash_16_bytes() local
173 uint64_t a = (low ^ high) * kMul; in hash_16_bytes()
175 uint64_t b = (high ^ a) * kMul; in hash_16_bytes()
177 b *= kMul; in hash_16_bytes()