Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
Dxxhash.cpp55 static const uint64_t PRIME64_5 = 2870177450012600261ULL; variable
103 H64 = Seed + PRIME64_5; in xxHash64()
122 H64 ^= (*P) * PRIME64_5; in xxHash64()
/freebsd-12-stable/sys/contrib/zstd/lib/common/
Dxxhash.c313 static const U64 PRIME64_5 = 2870177450012600261ULL; variable
479 h64 = seed + PRIME64_5; in XXH64_endian_align()
498 h64 ^= (*p) * PRIME64_5; in XXH64_endian_align()
798 h64 = state->v3 + PRIME64_5; in XXH64_digest_endian()
817 h64 ^= (*p) * PRIME64_5; in XXH64_digest_endian()