11 references to AccumulatorCount
Microsoft.AspNetCore.Razor.Utilities.Shared (11)
Utilities\Hashing\XxHash128.cs (4)
183ulong* accumulators = stackalloc ulong[AccumulatorCount]; 191high64: MergeAccumulators(accumulators, secret + SecretLengthBytes - AccumulatorCount * sizeof(ulong) - SecretMergeAccsStartBytes, ~(_state.TotalLength * Prime64_2))); 405ulong* accumulators = stackalloc ulong[AccumulatorCount]; 412high64: MergeAccumulators(accumulators, secret + SecretLengthBytes - AccumulatorCount * sizeof(ulong) - SecretMergeAccsStartBytes, ~(length * Prime64_2)));
Utilities\Hashing\XxHashShared.cs (7)
634for (int i = 0; i < AccumulatorCount / Vector256<ulong>.Count; i++) 646for (int i = 0; i < AccumulatorCount / Vector128<ulong>.Count; i++) 659for (int i = 0; i < AccumulatorCount; i++) 728for (int i = 0; i < AccumulatorCount / Vector256<ulong>.Count; i++) 739for (int i = 0; i < AccumulatorCount / Vector128<ulong>.Count; i++) 751for (int i = 0; i < AccumulatorCount; i++) 815/// <summary>The accumulators. Length is <see cref="AccumulatorCount"/>.</summary>