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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp54 static const uint64_t PRIME64_4 = 9650029242287828579ULL; variable
67 Acc = Acc * PRIME64_1 + PRIME64_4;
111 H64 = rotl64(H64, 27) * PRIME64_1 + PRIME64_4;
/freebsd-12-stable/sys/contrib/zstd/lib/common/
H A Dxxhash.c312 static const U64 PRIME64_4 = 9650029242287828579ULL; variable
440 acc = acc * PRIME64_1 + PRIME64_4;
487 h64 = XXH_rotl64(h64,27) * PRIME64_1 + PRIME64_4;
806 h64 = XXH_rotl64(h64,27) * PRIME64_1 + PRIME64_4;

Completed in 47 milliseconds