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