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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp53 static const uint64_t PRIME64_3 = 1609587929392839161ULL; variable
117 H64 = rotl64(H64, 23) * PRIME64_2 + PRIME64_3;
130 H64 *= PRIME64_3;
/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dxxhash.c260 static const U64 PRIME64_3 = 1609587929392839161ULL; variable
442 h64 = XXH_rotl64(h64, 23) * PRIME64_2 + PRIME64_3;
455 h64 *= PRIME64_3;
763 h64 = XXH_rotl64(h64, 23) * PRIME64_2 + PRIME64_3;
776 h64 *= PRIME64_3;
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c5759 static const U64 PRIME64_3 = 1609587929392839161ULL; variable
5941 h64 = XXH_rotl64(h64, 23) * PRIME64_2 + PRIME64_3;
5954 h64 *= PRIME64_3;
6262 h64 = XXH_rotl64(h64, 23) * PRIME64_2 + PRIME64_3;
6275 h64 *= PRIME64_3;
[all...]

Completed in 222 milliseconds