2 writes to _acc3
System.IO.Hashing (2)
System\IO\Hashing\XxHash64.State.cs (2)
41_acc3 = seed; 55_acc3 = ApplyRound(_acc3, source.Slice(2 * sizeof(ulong)));
3 references to _acc3
System.IO.Hashing (3)
System\IO\Hashing\XxHash64.State.cs (3)
55_acc3 = ApplyRound(_acc3, source.Slice(2 * sizeof(ulong))); 75BitOperations.RotateLeft(_acc3, 12) + 80acc = MergeAccumulator(acc, _acc3);