13 references to AccumulatorCount
System.IO.Hashing (13)
System\IO\Hashing\XxHash128.cs (4)
181
ulong* accumulators = stackalloc ulong[
AccumulatorCount
];
189
high64: MergeAccumulators(accumulators, secret + SecretLengthBytes -
AccumulatorCount
* sizeof(ulong) - SecretMergeAccsStartBytes, ~(_state.TotalLength * Prime64_2)));
403
ulong* accumulators = stackalloc ulong[
AccumulatorCount
];
410
high64: MergeAccumulators(accumulators, secret + SecretLengthBytes -
AccumulatorCount
* sizeof(ulong) - SecretMergeAccsStartBytes, ~(length * Prime64_2)));
System\IO\Hashing\XxHash3.cs (2)
182
ulong* accumulators = stackalloc ulong[
AccumulatorCount
];
370
ulong* accumulators = stackalloc ulong[
AccumulatorCount
];
System\IO\Hashing\XxHashShared.cs (7)
627
for (int i = 0; i <
AccumulatorCount
/ Vector256<ulong>.Count; i++)
639
for (int i = 0; i <
AccumulatorCount
/ Vector128<ulong>.Count; i++)
652
for (int i = 0; i <
AccumulatorCount
; i++)
734
for (int i = 0; i <
AccumulatorCount
/ Vector256<ulong>.Count; i++)
745
for (int i = 0; i <
AccumulatorCount
/ Vector128<ulong>.Count; i++)
757
for (int i = 0; i <
AccumulatorCount
; i++)
821
/// <summary>The accumulators. Length is <see cref="
AccumulatorCount
"/>.</summary>