Home | History | Annotate | Download | only in crc32

Lines Matching full:polynomial

25 	// IEEE is by far and away the most common CRC-32 polynomial.
29 // Castagnoli's polynomial, used in iSCSI.
34 // Koopman's polynomial.
40 // Table is a 256-word table representing the polynomial for efficient processing.
44 // polynomial. MakeTable will always return this value when asked to make a
46 // using this polynomial.
54 // IEEETable is the table for the IEEE polynomial.
64 // MakeTable returns the Table constructed from the specified polynomial.
76 // makeTable returns the Table constructed from the specified polynomial.
93 // makeTable8 returns slicing8Table constructed from the specified polynomial.
114 // using the polynomial represented by the Table.
118 // using the IEEE polynomial.
177 // using the polynomial represented by the Table.
181 // using the IEEE polynomial.