Home
last modified time | relevance | path

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

/php-src/ext/hash/xxhash/
H A Dxxhash.h5036 return h128; in XXH3_len_1to3_128b()
5133 h128.low64 = XXH3_avalanche(h128.low64); in XXH3_len_9to16_128b()
5134 h128.high64 = XXH3_avalanche(h128.high64); in XXH3_len_9to16_128b()
5135 return h128; in XXH3_len_9to16_128b()
5154 return h128; in XXH3_len_0to16_128b()
5199 h128.low64 = XXH3_avalanche(h128.low64); in XXH3_len_17to128_128b()
5200 h128.high64 = (XXH64_hash_t)0 - XXH3_avalanche(h128.high64); in XXH3_len_17to128_128b()
5201 return h128; in XXH3_len_17to128_128b()
5248 h128.low64 = XXH3_avalanche(h128.low64); in XXH3_len_129to240_128b()
5249 h128.high64 = (XXH64_hash_t)0 - XXH3_avalanche(h128.high64); in XXH3_len_129to240_128b()
[all …]

Completed in 24 milliseconds