Home
last modified time | relevance | path

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

/PHP-8.3/ext/hash/xxhash/
H A Dxxhash.h3386 r128.low64 = lower; in XXH_mult64to128()
5059 m128.low64 = XXH_xorshift64(m128.low64, 35); in XXH3_len_4to8_128b()
5061 m128.low64 = XXH_xorshift64(m128.low64, 28); in XXH3_len_4to8_128b()
5133 h128.low64 = XXH3_avalanche(h128.low64); in XXH3_len_9to16_128b()
5195 h128.low64 = acc.low64 + acc.high64; in XXH3_len_17to128_128b()
5199 h128.low64 = XXH3_avalanche(h128.low64); in XXH3_len_17to128_128b()
5226 acc.low64 = XXH3_avalanche(acc.low64); in XXH3_len_129to240_128b()
5244 h128.low64 = acc.low64 + acc.high64; in XXH3_len_129to240_128b()
5248 h128.low64 = XXH3_avalanche(h128.low64); in XXH3_len_129to240_128b()
5500 return (h1.low64 > h2.low64) - (h2.low64 > h1.low64); in XXH128_cmp()
[all …]

Completed in 23 milliseconds