Home
last modified time | relevance | path

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

/PHP-8.2/ext/hash/xxhash/
H A Dxxhash.h3379 XXH_FORCE_INLINE xxh_u64 XXH_xorshift64(xxh_u64 v64, int shift) in XXH_xorshift64() function
3391 h64 = XXH_xorshift64(h64, 37); in XXH3_avalanche()
3393 h64 = XXH_xorshift64(h64, 32); in XXH3_avalanche()
3409 return XXH_xorshift64(h64, 28); in XXH3_rrmxmx()
4223 acc64 = XXH_xorshift64(acc64, 47); in XXH3_scrambleAcc_scalar()
5028 m128.low64 = XXH_xorshift64(m128.low64, 35); in XXH3_len_4to8_128b()
5030 m128.low64 = XXH_xorshift64(m128.low64, 28); in XXH3_len_4to8_128b()

Completed in 19 milliseconds