Searched refs:low64 (Results 1 – 1 of 1) sorted by relevance
3355 r128.low64 = lower; in XXH_mult64to128()5028 m128.low64 = XXH_xorshift64(m128.low64, 35); in XXH3_len_4to8_128b()5030 m128.low64 = XXH_xorshift64(m128.low64, 28); in XXH3_len_4to8_128b()5102 h128.low64 = XXH3_avalanche(h128.low64); in XXH3_len_9to16_128b()5164 h128.low64 = acc.low64 + acc.high64; in XXH3_len_17to128_128b()5168 h128.low64 = XXH3_avalanche(h128.low64); in XXH3_len_17to128_128b()5195 acc.low64 = XXH3_avalanche(acc.low64); in XXH3_len_129to240_128b()5213 h128.low64 = acc.low64 + acc.high64; in XXH3_len_129to240_128b()5217 h128.low64 = XXH3_avalanche(h128.low64); in XXH3_len_129to240_128b()5469 return (h1.low64 > h2.low64) - (h2.low64 > h1.low64); in XXH128_cmp()[all …]
Completed in 20 milliseconds