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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp55 static const uint64_t PRIME64_5 = 2870177450012600261ULL; variable
103 H64 = Seed + PRIME64_5;
122 H64 ^= (*P) * PRIME64_5;
/freebsd-13-stable/sys/contrib/zstd/lib/common/
H A Dxxhash.c262 static const U64 PRIME64_5 = 2870177450012600261ULL; variable
428 h64 = seed + PRIME64_5;
447 h64 ^= (*p) * PRIME64_5;
749 h64 = state->v3 + PRIME64_5;
768 h64 ^= (*p) * PRIME64_5;
/freebsd-13-stable/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.c5761 static const U64 PRIME64_5 = 2870177450012600261ULL; variable
5927 h64 = seed + PRIME64_5;
5946 h64 ^= (*p) * PRIME64_5;
6248 h64 = state->v3 + PRIME64_5;
6267 h64 ^= (*p) * PRIME64_5;
[all...]

Completed in 218 milliseconds