Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A Dxxhash.cpp53 static const uint64_t PRIME64_4 = 9650029242287828579ULL; variable
66 Acc = Acc * PRIME64_1 + PRIME64_4; in mergeRound()
110 H64 = rotl64(H64, 27) * PRIME64_1 + PRIME64_4; in xxHash64()