2 writes to _acc3
System.IO.Hashing (2)
System\IO\Hashing\XxHash32.State.cs (2)
30
_acc3
= seed;
44
_acc3
= ApplyRound(_acc3, source.Slice(2 * sizeof(uint)));
2 references to _acc3
System.IO.Hashing (2)
System\IO\Hashing\XxHash32.State.cs (2)
44
_acc3 = ApplyRound(
_acc3
, source.Slice(2 * sizeof(uint)));
56
BitOperations.RotateLeft(
_acc3
, 12) +