3 references to ApplyRound
System.IO.Hashing (3)
System\IO\Hashing\XxHash64.State.cs (3)
63
acc ^=
ApplyRound
(0, accN);
88
return
ApplyRound
(acc, BinaryPrimitives.ReadUInt64LittleEndian(lane));
113
acc ^=
ApplyRound
(0, lane);