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)));
76
BitOperations.RotateLeft(
_acc4
, 18);
81
acc = MergeAccumulator(acc,
_acc4
);