6 references to Multiply64To128ThenFold
System.IO.Hashing (6)
System\IO\Hashing\XxHash3.cs (1)
282Multiply64To128ThenFold(inputLow, inputHigh));
System\IO\Hashing\XxHashShared.cs (5)
424result64 += Multiply64To128ThenFold(accumulators[0] ^ ReadUInt64LE(secret), accumulators[1] ^ ReadUInt64LE(secret + 8)); 425result64 += Multiply64To128ThenFold(accumulators[2] ^ ReadUInt64LE(secret + 16), accumulators[3] ^ ReadUInt64LE(secret + 24)); 426result64 += Multiply64To128ThenFold(accumulators[4] ^ ReadUInt64LE(secret + 32), accumulators[5] ^ ReadUInt64LE(secret + 40)); 427result64 += Multiply64To128ThenFold(accumulators[6] ^ ReadUInt64LE(secret + 48), accumulators[7] ^ ReadUInt64LE(secret + 56)); 434Multiply64To128ThenFold(