11 references to AccumulatorCount
Microsoft.CodeAnalysis (11)
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)));
Hashing\XxHashShared.cs (7)
635
for (int i = 0; i <
AccumulatorCount
/ Vector256<ulong>.Count; i++)
647
for (int i = 0; i <
AccumulatorCount
/ Vector128<ulong>.Count; i++)
660
for (int i = 0; i <
AccumulatorCount
; i++)
729
for (int i = 0; i <
AccumulatorCount
/ Vector256<ulong>.Count; i++)
740
for (int i = 0; i <
AccumulatorCount
/ Vector128<ulong>.Count; i++)
752
for (int i = 0; i <
AccumulatorCount
; i++)
816
/// <summary>The accumulators. Length is <see cref="
AccumulatorCount
"/>.</summary>