2 writes to _acc2
System.IO.Hashing (2)
System\IO\Hashing\XxHash64.State.cs (2)
40_acc2 = seed + Prime64_2; 54_acc2 = ApplyRound(_acc2, source.Slice(sizeof(ulong)));
3 references to _acc2
System.IO.Hashing (3)
System\IO\Hashing\XxHash64.State.cs (3)
54_acc2 = ApplyRound(_acc2, source.Slice(sizeof(ulong))); 74BitOperations.RotateLeft(_acc2, 7) + 79acc = MergeAccumulator(acc, _acc2);