4 references to ApplyRound
System.IO.Hashing (4)
System\IO\Hashing\XxHash64.State.cs (4)
53
_acc1 =
ApplyRound
(_acc1, source);
54
_acc2 =
ApplyRound
(_acc2, source.Slice(sizeof(ulong)));
55
_acc3 =
ApplyRound
(_acc3, source.Slice(2 * sizeof(ulong)));
56
_acc4 =
ApplyRound
(_acc4, source.Slice(3 * sizeof(ulong)));