Searched refs:m128 (Results 1 – 1 of 1) sorted by relevance
4291 m128.high64 += (m128.low64 << 1); in XXH3_len_4to8_128b()4292 m128.low64 ^= (m128.high64 >> 3); in XXH3_len_4to8_128b()4294 m128.low64 = XXH_xorshift64(m128.low64, 35); in XXH3_len_4to8_128b()4295 m128.low64 *= 0x9FB21C651E98DF25ULL; in XXH3_len_4to8_128b()4296 m128.low64 = XXH_xorshift64(m128.low64, 28); in XXH3_len_4to8_128b()4297 m128.high64 = XXH3_avalanche(m128.high64); in XXH3_len_4to8_128b()4298 return m128; in XXH3_len_4to8_128b()4317 m128.low64 += (xxh_u64)(len - 1) << 54; in XXH3_len_9to16_128b()4362 m128.low64 ^= XXH_swap64(m128.high64); in XXH3_len_9to16_128b()4365 XXH128_hash_t h128 = XXH_mult64to128(m128.low64, XXH_PRIME64_2); in XXH3_len_9to16_128b()[all …]
Completed in 31 milliseconds