Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A Dxxhash.cpp766 uint64_t const bitfliph = in XXH3_len_1to3_128b() local
769 uint64_t const keyed_hi = (uint64_t)combinedh ^ bitfliph; in XXH3_len_1to3_128b()
806 uint64_t const bitfliph = in XXH3_len_9to16_128b() local
817 input_hi ^= bitfliph; in XXH3_len_9to16_128b()
889 uint64_t const bitfliph = in XXH3_len_0to16_128b() local
892 h128.high64 = XXH64_avalanche(seed ^ bitfliph); in XXH3_len_0to16_128b()
/freebsd/sys/contrib/zstd/lib/common/
H A Dxxhash.h5101 xxh_u64 const bitfliph = (XXH_readLE32(secret+8) ^ XXH_readLE32(secret+12)) - seed; in XXH3_len_1to3_128b() local
5103 xxh_u64 const keyed_hi = (xxh_u64)combinedh ^ bitfliph; in XXH3_len_1to3_128b()
5145 xxh_u64 const bitfliph = (XXH_readLE64(secret+48) ^ XXH_readLE64(secret+56)) + seed; in XXH3_len_9to16_128b() local
5154 input_hi ^= bitfliph; in XXH3_len_9to16_128b()
5222 xxh_u64 const bitfliph = XXH_readLE64(secret+80) ^ XXH_readLE64(secret+88); in XXH3_len_0to16_128b() local
5224 h128.high64 = XXH64_avalanche( seed ^ bitfliph); in XXH3_len_0to16_128b()