2 writes to _acc4
System.IO.Hashing (2)
System\IO\Hashing\XxHash64.State.cs (2)
42_acc4 = seed - Prime64_1; 56_acc4 = ApplyRound(_acc4, source.Slice(3 * sizeof(ulong)));
3 references to _acc4
System.IO.Hashing (3)
System\IO\Hashing\XxHash64.State.cs (3)
56_acc4 = ApplyRound(_acc4, source.Slice(3 * sizeof(ulong))); 76BitOperations.RotateLeft(_acc4, 18); 81acc = MergeAccumulator(acc, _acc4);