Searched refs:XXH_mult64to128 (Results 1 – 2 of 2) sorted by relevance
620 static XXH128_hash_t XXH_mult64to128(uint64_t lhs, uint64_t rhs) { in XXH_mult64to128() function789 XXH128_hash_t m128 = XXH_mult64to128(keyed, PRIME64_1 + (len << 2)); in XXH3_len_4to8_128b()811 XXH_mult64to128(input_lo ^ input_hi ^ bitflipl, PRIME64_1); in XXH3_len_9to16_128b()866 XXH128_hash_t h128 = XXH_mult64to128(m128.low64, PRIME64_2); in XXH3_len_9to16_128b()
3259 XXH_mult64to128(xxh_u64 lhs, xxh_u64 rhs) in XXH_mult64to128() function3395 XXH128_hash_t product = XXH_mult64to128(lhs, rhs); in XXH3_mul128_fold64()5125 XXH128_hash_t m128 = XXH_mult64to128(keyed, XXH_PRIME64_1 + (len << 2)); in XXH3_len_4to8_128b()5148 XXH128_hash_t m128 = XXH_mult64to128(input_lo ^ input_hi ^ bitflipl, XXH_PRIME64_1); in XXH3_len_9to16_128b()5201 XXH128_hash_t h128 = XXH_mult64to128(m128.low64, XXH_PRIME64_2); in XXH3_len_9to16_128b()