Searched refs:bitfliph (Results 1 – 2 of 2) sorted by relevance
766 uint64_t const bitfliph = in XXH3_len_1to3_128b() local769 uint64_t const keyed_hi = (uint64_t)combinedh ^ bitfliph; in XXH3_len_1to3_128b()806 uint64_t const bitfliph = in XXH3_len_9to16_128b() local817 input_hi ^= bitfliph; in XXH3_len_9to16_128b()889 uint64_t const bitfliph = in XXH3_len_0to16_128b() local892 h128.high64 = XXH64_avalanche(seed ^ bitfliph); in XXH3_len_0to16_128b()
5101 xxh_u64 const bitfliph = (XXH_readLE32(secret+8) ^ XXH_readLE32(secret+12)) - seed; in XXH3_len_1to3_128b() local5103 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() local5154 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() local5224 h128.high64 = XXH64_avalanche( seed ^ bitfliph); in XXH3_len_0to16_128b()