Searched refs:input_hi (Results 1 – 1 of 1) sorted by relevance
462 xxh_u32 const input_hi = XXH_readLE32(input + len - 4); in XXH3p_len_4to8_64b() local463 xxh_u64 const input_64 = input_lo | ((xxh_u64)input_hi << 32); in XXH3p_len_4to8_64b()477 xxh_u64 const input_hi = XXH_readLE64(input + len - 8) ^ (XXH_readLE64(secret + 8) - 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()1001 xxh_u64 const input_hi = XXH_readLE64(input+8); in XXH3p_mix16B() local1004 input_hi ^ (XXH_readLE64(secret+8) - seed64) ); in XXH3p_mix16B()1135 xxh_u32 const input_hi = XXH_readLE32(input + len - 4); in XXH3p_len_4to8_128b() local1136 xxh_u64 const input_64_lo = input_lo + ((xxh_u64)input_hi << 32); in XXH3p_len_4to8_128b()1156 xxh_u64 const input_hi = XXH_readLE64(input + len - 8) ^ (XXH_readLE64(secret+8) - seed); in XXH3p_len_9to16_128b() local1157 XXH128_hash_t m128 = XXH_mult64to128(input_lo ^ input_hi, PRIME64_1); in XXH3p_len_9to16_128b()[all …]