Searched refs:XXH64_avalanche (Results 1 – 2 of 2) sorted by relevance
94 static uint64_t XXH64_avalanche(uint64_t hash) { in XXH64_avalanche() function160 return XXH64_avalanche(H64); in xxHash64()235 return XXH64_avalanche(uint64_t(combined) ^ bitflip); in XXH3_len_1to3_64b()277 return XXH64_avalanche(seed ^ endian::read64le(secret + 56) ^ in XXH3_len_0to16_64b()771 h128.low64 = XXH64_avalanche(keyed_lo); in XXH3_len_1to3_128b()772 h128.high64 = XXH64_avalanche(keyed_hi); in XXH3_len_1to3_128b()891 h128.low64 = XXH64_avalanche(seed ^ bitflipl); in XXH3_len_0to16_128b()892 h128.high64 = XXH64_avalanche(seed ^ bitfliph); in XXH3_len_0to16_128b()
2421 static xxh_u64 XXH64_avalanche(xxh_u64 h64) in XXH64_avalanche() function2457 return XXH64_avalanche(h64); in XXH64_finalize()3485 return XXH64_avalanche(keyed); in XXH3_len_1to3_64b()3529 return XXH64_avalanche(seed ^ (XXH_readLE64(secret+56) ^ XXH_readLE64(secret+64))); in XXH3_len_0to16_64b()5105 h128.low64 = XXH64_avalanche(keyed_lo); in XXH3_len_1to3_128b()5106 h128.high64 = XXH64_avalanche(keyed_hi); in XXH3_len_1to3_128b()5223 h128.low64 = XXH64_avalanche(seed ^ bitflipl); in XXH3_len_0to16_128b()5224 h128.high64 = XXH64_avalanche( seed ^ bitfliph); in XXH3_len_0to16_128b()