Searched refs:CRC (Results 26 - 30 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/win32/
H A Dcrc_i386.asm9 ; crc_i386.asm, optimized CRC calculation function for Zip and UnZip,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dfealnx.c262 CRC = 0x08, /* crc error */ enumerator in enum:rx_desc_status_bits
1628 if (rx_status & CRC)
1678 /* Omit the four octet CRC from the length. */
H A Dhp100.c2009 val = hp100_inb(CRC);
2047 hp100_inb(CRC);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dcrc32.c9 /* crc32.c -- compute the CRC-32 of a data stream
14 * CRC methods: exclusive-oring 32 bits of data at a time, and pre-computing
34 /* When only the table of precomputed CRC values is needed, only the basic
52 Generate tables for a byte-wise 32-bit CRC calculation on the polynomial:
60 byte 0xb1 is the polynomial x^7+x^3+x+1), then the CRC is (q*x^32) mod p,
71 The first (or only) table is simply the CRC of all possible eight bit values.
72 This is all the information needed to generate CRC's on data a byte-at-a-time
73 for all combinations of CRC register values and incoming bytes.
75 word-at-a-time CRC calculation, where a word is four bytes.
88 error: Dynamic allocation of CRC tabl
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/
H A Dcrc32.c9 /* crc32.c -- compute the CRC-32 of a data stream
14 * CRC methods: exclusive-oring 32 bits of data at a time, and pre-computing
34 /* When only the table of precomputed CRC values is needed, only the basic
52 Generate tables for a byte-wise 32-bit CRC calculation on the polynomial:
60 byte 0xb1 is the polynomial x^7+x^3+x+1), then the CRC is (q*x^32) mod p,
71 The first (or only) table is simply the CRC of all possible eight bit values.
72 This is all the information needed to generate CRC's on data a byte-at-a-time
73 for all combinations of CRC register values and incoming bytes.
75 word-at-a-time CRC calculation, where a word is four bytes.
88 error: Dynamic allocation of CRC tabl
[all...]

Completed in 85 milliseconds

12