Lines Matching full:ieee
25 // IEEE is by far and away the most common CRC-32 polynomial.
26 // Used by ethernet (IEEE 802.3), v.42, fddi, gzip, zip, png, ...
27 IEEE = 0xedb88320
30 // Has better error detection characteristics than IEEE.
35 // Also has better error detection characteristics than IEEE.
54 // IEEETable is the table for the IEEE polynomial.
55 var IEEETable = makeTable(IEEE)
60 // iEEETable8 is the slicing8Table for IEEE
67 case IEEE:
118 // using the IEEE polynomial.
157 iEEETable8 = makeTable8(IEEE)
181 // using the IEEE polynomial.