Home
last modified time | relevance | path

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

/PHP-8.2/ext/hash/xxhash/
H A Dxxhash.h5005 return h128; in XXH3_len_1to3_128b()
5102 h128.low64 = XXH3_avalanche(h128.low64); in XXH3_len_9to16_128b()
5103 h128.high64 = XXH3_avalanche(h128.high64); in XXH3_len_9to16_128b()
5104 return h128; in XXH3_len_9to16_128b()
5123 return h128; in XXH3_len_0to16_128b()
5168 h128.low64 = XXH3_avalanche(h128.low64); in XXH3_len_17to128_128b()
5169 h128.high64 = (XXH64_hash_t)0 - XXH3_avalanche(h128.high64); in XXH3_len_17to128_128b()
5170 return h128; in XXH3_len_17to128_128b()
5217 h128.low64 = XXH3_avalanche(h128.low64); in XXH3_len_129to240_128b()
5218 h128.high64 = (XXH64_hash_t)0 - XXH3_avalanche(h128.high64); in XXH3_len_129to240_128b()
[all …]

Completed in 19 milliseconds