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

/freebsd-13-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-13-stable/sys/contrib/zstd/lib/common/
H A Dxxhash.c261 static const U64 PRIME64_4 = 9650029242287828579ULL; variable
389 acc = acc * PRIME64_1 + PRIME64_4;
436 h64 = XXH_rotl64(h64,27) * PRIME64_1 + PRIME64_4;
757 h64 = XXH_rotl64(h64,27) * PRIME64_1 + PRIME64_4;
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c5760 static const U64 PRIME64_4 = 9650029242287828579ULL; variable
5888 acc = acc * PRIME64_1 + PRIME64_4;
5935 h64 = XXH_rotl64(h64,27) * PRIME64_1 + PRIME64_4;
6256 h64 = XXH_rotl64(h64,27) * PRIME64_1 + PRIME64_4;
[all...]

Completed in 273 milliseconds