Searched refs:input_lo (Results 1 – 1 of 1) sorted by relevance
461 { xxh_u32 const input_lo = XXH_readLE32(input); in XXH3p_len_4to8_64b() local463 xxh_u64 const input_64 = input_lo | ((xxh_u64)input_hi << 32); in XXH3p_len_4to8_64b()476 { xxh_u64 const input_lo = XXH_readLE64(input) ^ (XXH_readLE64(secret) + seed); in XXH3p_len_9to16_64b() local478 xxh_u64 const acc = len + (input_lo + input_hi) + XXH3p_mul128_fold64(input_lo, input_hi); in XXH3p_len_9to16_64b()1000 xxh_u64 const input_lo = XXH_readLE64(input); in XXH3p_mix16B() local1003 input_lo ^ (XXH_readLE64(secret) + seed64), in XXH3p_mix16B()1134 { xxh_u32 const input_lo = XXH_readLE32(input); in XXH3p_len_4to8_128b() local1136 xxh_u64 const input_64_lo = input_lo + ((xxh_u64)input_hi << 32); in XXH3p_len_4to8_128b()1155 { xxh_u64 const input_lo = XXH_readLE64(input) ^ (XXH_readLE64(secret) + seed); in XXH3p_len_9to16_128b() local1157 XXH128_hash_t m128 = XXH_mult64to128(input_lo ^ input_hi, PRIME64_1); in XXH3p_len_9to16_128b()