Home
last modified time | relevance | path

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

/php-src/ext/hash/xxhash/
H A Dxxhash.h5056 m128.high64 += (m128.low64 << 1); in XXH3_len_4to8_128b()
5057 m128.low64 ^= (m128.high64 >> 3); in XXH3_len_4to8_128b()
5059 m128.low64 = XXH_xorshift64(m128.low64, 35); in XXH3_len_4to8_128b()
5060 m128.low64 *= 0x9FB21C651E98DF25ULL; in XXH3_len_4to8_128b()
5061 m128.low64 = XXH_xorshift64(m128.low64, 28); in XXH3_len_4to8_128b()
5062 m128.high64 = XXH3_avalanche(m128.high64); in XXH3_len_4to8_128b()
5063 return m128; in XXH3_len_4to8_128b()
5082 m128.low64 += (xxh_u64)(len - 1) << 54; in XXH3_len_9to16_128b()
5127 m128.low64 ^= XXH_swap64(m128.high64); in XXH3_len_9to16_128b()
5130 XXH128_hash_t h128 = XXH_mult64to128(m128.low64, XXH_PRIME64_2); in XXH3_len_9to16_128b()
[all …]

Completed in 19 milliseconds