3 references to ScrambleAccumulator256
Microsoft.AspNetCore.Razor.Utilities.Shared (3)
Utilities\Hashing\XxHashShared.cs (3)
550
acc1 =
ScrambleAccumulator256
(acc1, Vector256.Load((ulong*)secretForScramble));
551
acc2 =
ScrambleAccumulator256
(acc2, Vector256.Load((ulong*)secretForScramble + Vector256<ulong>.Count));
730
Vector256<ulong> accVec =
ScrambleAccumulator256
(Vector256.Load(accumulators), Vector256.Load((ulong*)secret));