Home
last modified time | relevance | path

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

/php-src/ext/hash/xxhash/
H A Dxxhash.h2478 static xxh_u64 XXH64_avalanche(xxh_u64 h64) in XXH64_avalanche() function
2514 return XXH64_avalanche(h64); in XXH64_finalize()
3495 return XXH64_avalanche(keyed); in XXH3_len_1to3_64b()
3539 return XXH64_avalanche(seed ^ (XXH_readLE64(secret+56) ^ XXH_readLE64(secret+64))); in XXH3_len_0to16_64b()
5034 h128.low64 = XXH64_avalanche(keyed_lo); in XXH3_len_1to3_128b()
5035 h128.high64 = XXH64_avalanche(keyed_hi); in XXH3_len_1to3_128b()
5152 h128.low64 = XXH64_avalanche(seed ^ bitflipl); in XXH3_len_0to16_128b()
5153 h128.high64 = XXH64_avalanche( seed ^ bitfliph); in XXH3_len_0to16_128b()

Completed in 22 milliseconds