13 references to AccumulatorCount
System.IO.Hashing (13)
System\IO\Hashing\XxHash128.cs (4)
178
ulong* accumulators = stackalloc ulong[
AccumulatorCount
];
186
high64: MergeAccumulators(accumulators, secret + SecretLengthBytes -
AccumulatorCount
* sizeof(ulong) - SecretMergeAccsStartBytes, ~(_state.TotalLength * Prime64_2)));
400
ulong* accumulators = stackalloc ulong[
AccumulatorCount
];
407
high64: MergeAccumulators(accumulators, secret + SecretLengthBytes -
AccumulatorCount
* sizeof(ulong) - SecretMergeAccsStartBytes, ~(length * Prime64_2)));
System\IO\Hashing\XxHash3.cs (2)
179
ulong* accumulators = stackalloc ulong[
AccumulatorCount
];
367
ulong* accumulators = stackalloc ulong[
AccumulatorCount
];
System\IO\Hashing\XxHashShared.cs (7)
626
for (int i = 0; i <
AccumulatorCount
/ Vector256<ulong>.Count; i++)
638
for (int i = 0; i <
AccumulatorCount
/ Vector128<ulong>.Count; i++)
651
for (int i = 0; i <
AccumulatorCount
; i++)
720
for (int i = 0; i <
AccumulatorCount
/ Vector256<ulong>.Count; i++)
731
for (int i = 0; i <
AccumulatorCount
/ Vector128<ulong>.Count; i++)
743
for (int i = 0; i <
AccumulatorCount
; i++)
807
/// <summary>The accumulators. Length is <see cref="
AccumulatorCount
"/>.</summary>