Searched refs:XXH_xorshift64 (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | xxhash.cpp | 744 LLVM_ATTRIBUTE_ALWAYS_INLINE constexpr uint64_t XXH_xorshift64(uint64_t v64, in XXH_xorshift64() function 794 m128.low64 = XXH_xorshift64(m128.low64, 35); in XXH3_len_4to8_128b() 796 m128.low64 = XXH_xorshift64(m128.low64, 28); in XXH3_len_4to8_128b()
|
/freebsd/sys/contrib/zstd/lib/common/ |
H A D | xxhash.h | 3400 XXH_FORCE_INLINE xxh_u64 XXH_xorshift64(xxh_u64 v64, int shift) in XXH_xorshift64() function 3412 h64 = XXH_xorshift64(h64, 37); in XXH3_avalanche() 3414 h64 = XXH_xorshift64(h64, 32); in XXH3_avalanche() 3430 return XXH_xorshift64(h64, 28); in XXH3_rrmxmx() 4308 acc64 = XXH_xorshift64(acc64, 47); in XXH3_scalarScrambleRound() 5130 m128.low64 = XXH_xorshift64(m128.low64, 35); in XXH3_len_4to8_128b() 5132 m128.low64 = XXH_xorshift64(m128.low64, 28); in XXH3_len_4to8_128b()
|