7 references to AccumulatorCount
Microsoft.CodeAnalysis.Workspaces (7)
src\Compilers\Core\Portable\Hashing\XxHash128.cs (4)
185
ulong* accumulators = stackalloc ulong[
AccumulatorCount
];
193
high64: MergeAccumulators(accumulators, secret + SecretLengthBytes -
AccumulatorCount
* sizeof(ulong) - SecretMergeAccsStartBytes, ~(_state.TotalLength * Prime64_2)));
407
ulong* accumulators = stackalloc ulong[
AccumulatorCount
];
414
high64: MergeAccumulators(accumulators, secret + SecretLengthBytes -
AccumulatorCount
* sizeof(ulong) - SecretMergeAccsStartBytes, ~(length * Prime64_2)));
src\Compilers\Core\Portable\Hashing\XxHashShared.cs (3)
660
for (int i = 0; i <
AccumulatorCount
; i++)
752
for (int i = 0; i <
AccumulatorCount
; i++)
816
/// <summary>The accumulators. Length is <see cref="
AccumulatorCount
"/>.</summary>