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