Searched refs:XXH64_mergeRound (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/contrib/zstd/lib/common/
H A Dxxhash.c436 static U64 XXH64_mergeRound(U64 acc, U64 val) function
473 h64 = XXH64_mergeRound(h64, v1);
474 h64 = XXH64_mergeRound(h64, v2);
475 h64 = XXH64_mergeRound(h64, v3);
476 h64 = XXH64_mergeRound(h64, v4);
793 h64 = XXH64_mergeRound(h64, v1);
794 h64 = XXH64_mergeRound(h64, v2);
795 h64 = XXH64_mergeRound(h64, v3);
796 h64 = XXH64_mergeRound(h64, v4);

Completed in 48 milliseconds