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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dcrc.c83 * with the modified CRC-32 used by RFC 1510, and subsequently
85 * both unmodified CRC-32 and modified CRC-32 values. Original
144 u32 CRC; member in struct:__anon2571
155 ctx->CRC = 0 ^ 0xffffffffL;
164 ctx->CRC = update_crc32 (ctx->CRC, inbuf, inlen);
178 ctx->CRC ^= 0xffffffffL;
179 ctx->buf[0] = (ctx->CRC >> 24) & 0xFF;
180 ctx->buf[1] = (ctx->CRC >> 1
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wireless/libertas/
H A Dif_usb.h82 __le32 CRC; member in struct:fwheader
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/pcmcia/
H A Dnmclan_cs.c1369 static void updateCRC(int *CRC, int bit) argument
1376 }; /* CRC polynomial. poly[n] = coefficient of the x**n term of the
1377 CRC generator polynomial. */
1381 /* shift CRC and control bit (CRC[32]) */
1383 CRC[j] = CRC[j-1];
1384 CRC[0] = 0;
1386 /* If bit XOR(control bit) = 1, set CRC = CRC XO
1403 int CRC[33]={1}; /* CRC register, 1 word/bit + extra control bit */ local
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dallformats.c69 REGISTER_MUXER (CRC, crc);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dapedec.c139 uint32_t CRC; ///< frame CRC member in struct:APEContext
451 /* Read the CRC */
452 ctx->CRC = bytestream_get_be32(&ctx->ptr);
456 if ((ctx->fileversion > 3820) && (ctx->CRC & 0x80000000)) {
457 ctx->CRC &= ~0x80000000;
H A Dwavpack.c86 uint32_t CRC; member in struct:WavpackContext
414 if(crc != s->CRC){
415 av_log(s->avctx, AV_LOG_ERROR, "CRC error\n");
458 if(crc != s->CRC){
459 av_log(s->avctx, AV_LOG_ERROR, "CRC error\n");
513 s->CRC = AV_RL32(buf); buf += 4;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dfealnx.c263 CRC = 0x08, /* crc error */ enumerator in enum:rx_desc_status_bits
1641 if (rx_status & CRC)
1691 /* Omit the four octet CRC from the length. */
H A Dhp100.c1999 val = hp100_inb(CRC);
2038 hp100_inb(CRC);

Completed in 138 milliseconds