6 references to MergeAccumulators
System.IO.Hashing (6)
System\IO\Hashing\XxHash128.cs (4)
188
low64:
MergeAccumulators
(accumulators, secret + SecretMergeAccsStartBytes, _state.TotalLength * Prime64_1),
189
high64:
MergeAccumulators
(accumulators, secret + SecretLengthBytes - AccumulatorCount * sizeof(ulong) - SecretMergeAccsStartBytes, ~(_state.TotalLength * Prime64_2)));
409
low64:
MergeAccumulators
(accumulators, secret + SecretMergeAccsStartBytes, length * Prime64_1),
410
high64:
MergeAccumulators
(accumulators, secret + SecretLengthBytes - AccumulatorCount * sizeof(ulong) - SecretMergeAccsStartBytes, ~(length * Prime64_2)));
System\IO\Hashing\XxHash3.cs (2)
188
current =
MergeAccumulators
(accumulators, secret + SecretMergeAccsStartBytes, _state.TotalLength * Prime64_1);
375
return
MergeAccumulators
(accumulators, secret + 11, length * Prime64_1);