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