4 references to MergeAccumulators
Microsoft.AspNetCore.Razor.Utilities.Shared (4)
Utilities\Hashing\XxHash128.cs (4)
190low64: MergeAccumulators(accumulators, secret + SecretMergeAccsStartBytes, _state.TotalLength * Prime64_1), 191high64: MergeAccumulators(accumulators, secret + SecretLengthBytes - AccumulatorCount * sizeof(ulong) - SecretMergeAccsStartBytes, ~(_state.TotalLength * Prime64_2))); 411low64: MergeAccumulators(accumulators, secret + SecretMergeAccsStartBytes, length * Prime64_1), 412high64: MergeAccumulators(accumulators, secret + SecretLengthBytes - AccumulatorCount * sizeof(ulong) - SecretMergeAccsStartBytes, ~(length * Prime64_2)));