13 references to AccumulatorCount
System.IO.Hashing (13)
System\IO\Hashing\XxHash128.cs (4)
188ulong* accumulators = stackalloc ulong[AccumulatorCount]; 196high64: MergeAccumulators(accumulators, secret + SecretLengthBytes - AccumulatorCount * sizeof(ulong) - SecretMergeAccsStartBytes, ~(_state.TotalLength * Prime64_2))); 410ulong* accumulators = stackalloc ulong[AccumulatorCount]; 417high64: MergeAccumulators(accumulators, secret + SecretLengthBytes - AccumulatorCount * sizeof(ulong) - SecretMergeAccsStartBytes, ~(length * Prime64_2)));
System\IO\Hashing\XxHash3.cs (2)
189ulong* accumulators = stackalloc ulong[AccumulatorCount]; 377ulong* 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>