2 writes to _acc1
System.IO.Hashing (2)
System\IO\Hashing\XxHash32.State.cs (2)
28
_acc1
= seed + unchecked(Prime32_1 + Prime32_2);
42
_acc1
= ApplyRound(_acc1, source);
2 references to _acc1
System.IO.Hashing (2)
System\IO\Hashing\XxHash32.State.cs (2)
42
_acc1 = ApplyRound(
_acc1
, source);
54
BitOperations.RotateLeft(
_acc1
, 1) +