Searched refs:XXH_xorshift64 (Results 1 – 1 of 1) sorted by relevance
2696 XXH_FORCE_INLINE xxh_u64 XXH_xorshift64(xxh_u64 v64, int shift) in XXH_xorshift64() function2708 h64 = XXH_xorshift64(h64, 37); in XXH3_avalanche()2710 h64 = XXH_xorshift64(h64, 32); in XXH3_avalanche()2726 return XXH_xorshift64(h64, 28); in XXH3_rrmxmx()3530 acc64 = XXH_xorshift64(acc64, 47); in XXH3_scrambleAcc_scalar()4294 m128.low64 = XXH_xorshift64(m128.low64, 35); in XXH3_len_4to8_128b()4296 m128.low64 = XXH_xorshift64(m128.low64, 28); in XXH3_len_4to8_128b()
Completed in 23 milliseconds