Searched refs:XXH64_mergeround (Results 1 – 1 of 1) sorted by relevance
186 static inline uint64_t XXH64_mergeround(uint64_t acc, uint64_t val) in XXH64_mergeround() function197 h64 = XXH64_mergeround(h64, v1); in XXH64_mergerounds()198 h64 = XXH64_mergeround(h64, v2); in XXH64_mergerounds()199 h64 = XXH64_mergeround(h64, v3); in XXH64_mergerounds()200 h64 = XXH64_mergeround(h64, v4); in XXH64_mergerounds()