Searched refs:bitfliph (Results 1 – 3 of 3) 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()
6488 xxh_u64 const bitfliph = (XXH_readLE32(secret+8) ^ XXH_readLE32(secret+12)) - seed; in XXH3_len_1to3_128b() local6490 xxh_u64 const keyed_hi = (xxh_u64)combinedh ^ bitfliph; in XXH3_len_1to3_128b()6532 xxh_u64 const bitfliph = (XXH_readLE64(secret+48) ^ XXH_readLE64(secret+56)) + seed; in XXH3_len_9to16_128b() local6541 input_hi ^= bitfliph; in XXH3_len_9to16_128b()6609 xxh_u64 const bitfliph = XXH_readLE64(secret+80) ^ XXH_readLE64(secret+88); in XXH3_len_0to16_128b() local6611 h128.high64 = XXH64_avalanche( seed ^ bitfliph); in XXH3_len_0to16_128b()