Searched refs:XXH_mult64to128 (Results 1 – 1 of 1) sorted by relevance
3238 XXH_mult64to128(xxh_u64 lhs, xxh_u64 rhs) in XXH_mult64to128() function3374 XXH128_hash_t product = XXH_mult64to128(lhs, rhs); in XXH3_mul128_fold64()5023 XXH128_hash_t m128 = XXH_mult64to128(keyed, XXH_PRIME64_1 + (len << 2)); in XXH3_len_4to8_128b()5046 XXH128_hash_t m128 = XXH_mult64to128(input_lo ^ input_hi ^ bitflipl, XXH_PRIME64_1); in XXH3_len_9to16_128b()5099 XXH128_hash_t h128 = XXH_mult64to128(m128.low64, XXH_PRIME64_2); in XXH3_len_9to16_128b()
Completed in 33 milliseconds