3 references to ScrambleAccumulator256
Microsoft.CodeAnalysis (3)
Hashing\XxHashShared.cs (3)
551acc1 = ScrambleAccumulator256(acc1, Vector256.Load((ulong*)secretForScramble)); 552acc2 = ScrambleAccumulator256(acc2, Vector256.Load((ulong*)secretForScramble + Vector256<ulong>.Count)); 731Vector256<ulong> accVec = ScrambleAccumulator256(Vector256.Load(accumulators), Vector256.Load((ulong*)secret));