Searched refs:m128 (Results 1 – 1 of 1) sorted by relevance
5025 m128.high64 += (m128.low64 << 1); in XXH3_len_4to8_128b()5026 m128.low64 ^= (m128.high64 >> 3); in XXH3_len_4to8_128b()5028 m128.low64 = XXH_xorshift64(m128.low64, 35); in XXH3_len_4to8_128b()5029 m128.low64 *= 0x9FB21C651E98DF25ULL; in XXH3_len_4to8_128b()5030 m128.low64 = XXH_xorshift64(m128.low64, 28); in XXH3_len_4to8_128b()5031 m128.high64 = XXH3_avalanche(m128.high64); in XXH3_len_4to8_128b()5032 return m128; in XXH3_len_4to8_128b()5051 m128.low64 += (xxh_u64)(len - 1) << 54; in XXH3_len_9to16_128b()5096 m128.low64 ^= XXH_swap64(m128.high64); in XXH3_len_9to16_128b()5099 XXH128_hash_t h128 = XXH_mult64to128(m128.low64, XXH_PRIME64_2); in XXH3_len_9to16_128b()[all …]
Completed in 18 milliseconds