2 writes to _acc1
System.IO.Hashing (2)
System\IO\Hashing\XxHash64.State.cs (2)
39
_acc1
= seed + unchecked(Prime64_1 + Prime64_2);
53
_acc1
= ApplyRound(_acc1, source);
3 references to _acc1
System.IO.Hashing (3)
System\IO\Hashing\XxHash64.State.cs (3)
53
_acc1 = ApplyRound(
_acc1
, source);
73
BitOperations.RotateLeft(
_acc1
, 1) +
78
acc = MergeAccumulator(acc,
_acc1
);