Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A Dxxhash.cpp53 static const uint64_t PRIME64_3 = 1609587929392839161ULL; variable
117 H64 = rotl64(H64, 23) * PRIME64_2 + PRIME64_3; in xxHash64()
130 H64 *= PRIME64_3; in xxHash64()