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)));