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)));
75
BitOperations.RotateLeft(
_acc3
, 12) +
80
acc = MergeAccumulator(acc,
_acc3
);