4 references to ApplyRound
System.IO.Hashing (4)
System\IO\Hashing\XxHash32.State.cs (4)
42
_acc1 =
ApplyRound
(_acc1, source);
43
_acc2 =
ApplyRound
(_acc2, source.Slice(sizeof(uint)));
44
_acc3 =
ApplyRound
(_acc3, source.Slice(2 * sizeof(uint)));
45
_acc4 =
ApplyRound
(_acc4, source.Slice(3 * sizeof(uint)));