Searched refs:cbByte (Results 1 - 8 of 8) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/vt6655/
H A Dtcrc.h46 unsigned long CRCdwCrc32(unsigned char *pbyData, unsigned int cbByte, unsigned long dwCrcSeed);
47 unsigned long CRCdwGetCrc32(unsigned char *pbyData, unsigned int cbByte);
48 unsigned long CRCdwGetCrc32Ex(unsigned char *pbyData, unsigned int cbByte, unsigned long dwPreCRC);
H A Dtcrc.c127 * cbByte - the length of the stream
135 unsigned long CRCdwCrc32 (unsigned char *pbyData, unsigned int cbByte, unsigned long dwCrcSeed) argument
140 while (cbByte--) {
160 * cbByte - the length of the stream
167 unsigned long CRCdwGetCrc32 (unsigned char *pbyData, unsigned int cbByte) argument
169 return ~CRCdwCrc32(pbyData, cbByte, 0xFFFFFFFFL);
186 * cbByte - the length of the stream
193 unsigned long CRCdwGetCrc32Ex(unsigned char *pbyData, unsigned int cbByte, unsigned long dwPreCRC) argument
195 return CRCdwCrc32(pbyData, cbByte, dwPreCRC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/vt6655/
H A Dtcrc.h46 unsigned long CRCdwCrc32(unsigned char *pbyData, unsigned int cbByte, unsigned long dwCrcSeed);
47 unsigned long CRCdwGetCrc32(unsigned char *pbyData, unsigned int cbByte);
48 unsigned long CRCdwGetCrc32Ex(unsigned char *pbyData, unsigned int cbByte, unsigned long dwPreCRC);
H A Dtcrc.c127 * cbByte - the length of the stream
135 unsigned long CRCdwCrc32 (unsigned char *pbyData, unsigned int cbByte, unsigned long dwCrcSeed) argument
140 while (cbByte--) {
160 * cbByte - the length of the stream
167 unsigned long CRCdwGetCrc32 (unsigned char *pbyData, unsigned int cbByte) argument
169 return ~CRCdwCrc32(pbyData, cbByte, 0xFFFFFFFFL);
186 * cbByte - the length of the stream
193 unsigned long CRCdwGetCrc32Ex(unsigned char *pbyData, unsigned int cbByte, unsigned long dwPreCRC) argument
195 return CRCdwCrc32(pbyData, cbByte, dwPreCRC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/vt6656/
H A Dtcrc.h46 DWORD CRCdwCrc32(PBYTE pbyData, unsigned int cbByte, DWORD dwCrcSeed);
47 DWORD CRCdwGetCrc32(PBYTE pbyData, unsigned int cbByte);
48 DWORD CRCdwGetCrc32Ex(PBYTE pbyData, unsigned int cbByte, DWORD dwPreCRC);
H A Dtcrc.c127 * cbByte - the length of the stream
135 DWORD CRCdwCrc32(PBYTE pbyData, unsigned int cbByte, DWORD dwCrcSeed) argument
140 while (cbByte--) {
161 * cbByte - the length of the stream
168 DWORD CRCdwGetCrc32(PBYTE pbyData, unsigned int cbByte) argument
170 return ~CRCdwCrc32(pbyData, cbByte, 0xFFFFFFFFL);
187 * cbByte - the length of the stream
194 DWORD CRCdwGetCrc32Ex(PBYTE pbyData, unsigned int cbByte, DWORD dwPreCRC) argument
196 return CRCdwCrc32(pbyData, cbByte, dwPreCRC);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/vt6656/
H A Dtcrc.h46 DWORD CRCdwCrc32(PBYTE pbyData, unsigned int cbByte, DWORD dwCrcSeed);
47 DWORD CRCdwGetCrc32(PBYTE pbyData, unsigned int cbByte);
48 DWORD CRCdwGetCrc32Ex(PBYTE pbyData, unsigned int cbByte, DWORD dwPreCRC);
H A Dtcrc.c127 * cbByte - the length of the stream
135 DWORD CRCdwCrc32(PBYTE pbyData, unsigned int cbByte, DWORD dwCrcSeed) argument
140 while (cbByte--) {
161 * cbByte - the length of the stream
168 DWORD CRCdwGetCrc32(PBYTE pbyData, unsigned int cbByte) argument
170 return ~CRCdwCrc32(pbyData, cbByte, 0xFFFFFFFFL);
187 * cbByte - the length of the stream
194 DWORD CRCdwGetCrc32Ex(PBYTE pbyData, unsigned int cbByte, DWORD dwPreCRC) argument
196 return CRCdwCrc32(pbyData, cbByte, dwPreCRC);

Completed in 136 milliseconds