7 instantiations of UInt640
System.IO.Hashing (7)
System\IO\Hashing\CrcPolynomialHelper.cs (7)
15UInt640 poly = new(fullPoly); 21UInt640 poly = new(1UL, reducedPolynomial); 29UInt640 value = new(1); 45UInt640 poly = new(fullPoly); 51UInt640 poly = new(1UL, reducedPolynomial); 59UInt640 value = new(1); 71UInt640 bit = new(1);
13 references to UInt640
System.IO.Hashing (13)
System\IO\Hashing\CrcPolynomialHelper.cs (13)
15UInt640 poly = new(fullPoly); 21UInt640 poly = new(1UL, reducedPolynomial); 25private static ulong ComputeFoldingConstant(UInt640 poly, int power) 29UInt640 value = new(1); 35UInt640 polyShifted = poly; 45UInt640 poly = new(fullPoly); 51UInt640 poly = new(1UL, reducedPolynomial); 55private static ulong ComputeBarrettConstant(UInt640 poly, int power) 59UInt640 value = new(1); 62UInt640 quotient = default; 67UInt640 polyShifted = poly; 71UInt640 bit = new(1); 145public void operator ^=(in UInt640 other)