2 writes to _acc4
System.IO.Hashing (2)
System\IO\Hashing\XxHash32.State.cs (2)
31
_acc4
= seed - Prime32_1;
45
_acc4
= ApplyRound(_acc4, source.Slice(3 * sizeof(uint)));
2 references to _acc4
System.IO.Hashing (2)
System\IO\Hashing\XxHash32.State.cs (2)
45
_acc4 = ApplyRound(
_acc4
, source.Slice(3 * sizeof(uint)));
57
BitOperations.RotateLeft(
_acc4
, 18);