4 references to MergeAccumulators
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (4)
src\Compilers\Core\Portable\Hashing\XxHash128.cs (4)
192
low64:
MergeAccumulators
(accumulators, secret + SecretMergeAccsStartBytes, _state.TotalLength * Prime64_1),
193
high64:
MergeAccumulators
(accumulators, secret + SecretLengthBytes - AccumulatorCount * sizeof(ulong) - SecretMergeAccsStartBytes, ~(_state.TotalLength * Prime64_2)));
413
low64:
MergeAccumulators
(accumulators, secret + SecretMergeAccsStartBytes, length * Prime64_1),
414
high64:
MergeAccumulators
(accumulators, secret + SecretLengthBytes - AccumulatorCount * sizeof(ulong) - SecretMergeAccsStartBytes, ~(length * Prime64_2)));