Searched refs:high64 (Results 1 – 2 of 2) sorted by relevance
422 return product.low64 ^ product.high64; in XXH3p_mul128_fold64()1163 h128.high64 += m128.high64 * PRIME64_2; in XXH3p_len_9to16_128b()1165 h128.high64 = XXH3p_avalanche(h128.high64); in XXH3p_len_9to16_128b()1247 acc.high64 = 0; in XXH3p_len_129to240_128b()1252 acc.high64 = XXH3p_avalanche(acc.high64); in XXH3p_len_129to240_128b()1261 …xxh_u64 const high64 = (acc.low64 * PRIME64_1) + (acc.high64 * PRIME64_4) + ((len - seed) * PRIME6… in XXH3p_len_129to240_128b() local1279 acc.high64 = 0; in XXH3p_len_17to128_128b()1359 int const hcmp = (h1.high64 > h2.high64) - (h2.high64 > h1.high64); in XXH128_cmp()1372 hash.high64 = XXH_swap64(hash.high64); in XXH128_canonicalFromHash()1375 memcpy(dst, &hash.high64, sizeof(hash.high64)); in XXH128_canonicalFromHash()[all …]
544 XXH64_hash_t high64; member