Searched refs:input64 (Results 1 – 2 of 2) sorted by relevance
245 const uint64_t input64 = (uint64_t)input2 | ((uint64_t)input1 << 32); in XXH3_len_4to8_64b() local246 acc ^= input64; in XXH3_len_4to8_64b()
3499 xxh_u64 const input64 = input2 + (((xxh_u64)input1) << 32); in XXH3_len_4to8_64b() local3500 xxh_u64 const keyed = input64 ^ bitflip; in XXH3_len_4to8_64b()