11 references to AccumulatorCount
Microsoft.AspNetCore.Razor.Utilities.Shared (11)
Utilities\Hashing\XxHash128.cs (4)
183
ulong* accumulators = stackalloc ulong[
AccumulatorCount
];
191
high64: MergeAccumulators(accumulators, secret + SecretLengthBytes -
AccumulatorCount
* sizeof(ulong) - SecretMergeAccsStartBytes, ~(_state.TotalLength * Prime64_2)));
405
ulong* accumulators = stackalloc ulong[
AccumulatorCount
];
412
high64: MergeAccumulators(accumulators, secret + SecretLengthBytes -
AccumulatorCount
* sizeof(ulong) - SecretMergeAccsStartBytes, ~(length * Prime64_2)));
Utilities\Hashing\XxHashShared.cs (7)
634
for (int i = 0; i <
AccumulatorCount
/ Vector256<ulong>.Count; i++)
646
for (int i = 0; i <
AccumulatorCount
/ Vector128<ulong>.Count; i++)
659
for (int i = 0; i <
AccumulatorCount
; i++)
728
for (int i = 0; i <
AccumulatorCount
/ Vector256<ulong>.Count; i++)
739
for (int i = 0; i <
AccumulatorCount
/ Vector128<ulong>.Count; i++)
751
for (int i = 0; i <
AccumulatorCount
; i++)
815
/// <summary>The accumulators. Length is <see cref="
AccumulatorCount
"/>.</summary>