Searched refs:input_64_lo (Results 1 – 1 of 1) sorted by relevance
1136 xxh_u64 const input_64_lo = input_lo + ((xxh_u64)input_hi << 32); in XXH3p_len_4to8_128b() local1137 xxh_u64 const input_64_hi = XXH_swap64(input_64_lo); in XXH3p_len_4to8_128b()1138 xxh_u64 const keyed_lo = input_64_lo ^ (XXH_readLE64(secret) + seed); in XXH3p_len_4to8_128b()