Home
last modified time | relevance | path

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

/PHP-8.1/ext/hash/xxhash/
H A Dxxhash.h537 XXH64_hash_t low64; member
4294 m128.low64 = XXH_xorshift64(m128.low64, 35); in XXH3_len_4to8_128b()
4296 m128.low64 = XXH_xorshift64(m128.low64, 28); in XXH3_len_4to8_128b()
4368 h128.low64 = XXH3_avalanche(h128.low64); in XXH3_len_9to16_128b()
4430 h128.low64 = acc.low64 + acc.high64; in XXH3_len_17to128_128b()
4434 h128.low64 = XXH3_avalanche(h128.low64); in XXH3_len_17to128_128b()
4461 acc.low64 = XXH3_avalanche(acc.low64); in XXH3_len_129to240_128b()
4479 h128.low64 = acc.low64 + acc.high64; in XXH3_len_129to240_128b()
4483 h128.low64 = XXH3_avalanche(h128.low64); in XXH3_len_129to240_128b()
4725 return (h1.low64 > h2.low64) - (h2.low64 > h1.low64); in XXH128_cmp()
[all …]

Completed in 22 milliseconds