2 writes to _acc2
System.IO.Hashing (2)
System\IO\Hashing\XxHash32.State.cs (2)
29
_acc2
= seed + Prime32_2;
43
_acc2
= ApplyRound(_acc2, source.Slice(sizeof(uint)));
2 references to _acc2
System.IO.Hashing (2)
System\IO\Hashing\XxHash32.State.cs (2)
43
_acc2 = ApplyRound(
_acc2
, source.Slice(sizeof(uint)));
55
BitOperations.RotateLeft(
_acc2
, 7) +