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)));
74
BitOperations.RotateLeft(
_acc2
, 7) +
79
acc = MergeAccumulator(acc,
_acc2
);