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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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:__anon2347
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-R7000-V1.0.7.12_1.2.5/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:__anon6801
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-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dmonkeysaudio.mak6 fate-lossless-monkeysaudio-$(1)-normal: REF = CRC=0x5d08c17e
10 fate-lossless-monkeysaudio-$(1)-extrahigh: REF = CRC=0x5d08c17e
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dtak.c77 uint32_t crc, CRC; local
83 CRC = AV_RB24(buf + buf_size);
85 if (CRC != crc)
H A Dtta.c75 uint32_t crc, CRC; local
77 CRC = AV_RL32(buf + buf_size);
79 if (CRC != (crc ^ 0xFFFFFFFFU)) {
80 av_log(s->avctx, AV_LOG_ERROR, "CRC error\n");
H A Dapedec.c150 uint32_t CRC; ///< frame CRC member in struct:APEContext
735 /* Read the CRC */
739 ctx->CRC = bytestream_get_be32(&ctx->ptr);
741 ctx->CRC = get_bits_long(&ctx->gb, 32);
746 if ((ctx->fileversion > 3820) && (ctx->CRC & 0x80000000)) {
747 ctx->CRC &= ~0x80000000;
H A Dwavpack.c50 uint32_t CRC; member in struct:WavpackFrameContext
371 if (crc != s->CRC) {
372 av_log(s->avctx, AV_LOG_ERROR, "CRC error\n");
376 av_log(s->avctx, AV_LOG_ERROR, "Extra bits CRC error\n");
676 s->CRC = bytestream2_get_le32(&gb);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/human68k/
H A Dcrc_68.s11 ; Return an updated 32 bit CRC value, given the old value and a block of data.
12 ; The CRC table used to compute the value is gotten by calling get_crc_table().
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/human68k/
H A Dcrc_68.s11 ; Return an updated 32 bit CRC value, given the old value and a block of data.
12 ; The CRC table used to compute the value is gotten by calling get_crc_table().
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas/
H A Dif_usb.h84 __le32 CRC; member in struct:fwheader
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/libertas_tf/
H A Dif_usb.h80 __le32 CRC; member in struct:fwheader
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/pcmcia/
H A Dnmclan_cs.c1324 static void updateCRC(int *CRC, int bit) argument
1331 }; /* CRC polynomial. poly[n] = coefficient of the x**n term of the
1332 CRC generator polynomial. */
1336 /* shift CRC and control bit (CRC[32]) */
1338 CRC[j] = CRC[j-1];
1339 CRC[0] = 0;
1341 /* If bit XOR(control bit) = 1, set CRC = CRC XO
1358 int CRC[33]={1}; /* CRC register, 1 word/bit + extra control bit */ local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/xilinx_hwicap/
H A Dxilinx_hwicap.h117 u32 CRC; member in struct:config_registers
176 /* Constant to use for CRC check when CRC has been disabled */
H A Dxilinx_hwicap.c123 .CRC = 0,
148 .CRC = 0,
172 .CRC = 0,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/os2/
H A Dosdep.h60 error: No dynamic CRC table allocation with Borland C far data models.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/msdos/
H A Dosdep.h93 error: No dynamic CRC table allocation with Borland C far data models.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/novell/
H A Dosdep.h93 error: No dynamic CRC table allocation with Borland C far data models.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dtta.c196 uint32_t crc, CRC; local
198 CRC = AV_RL32(buf + buf_size);
200 if (CRC != (crc ^ 0xFFFFFFFFU)) {
201 av_log(s->avctx, AV_LOG_ERROR, "CRC error\n");
H A Dapedec.c142 uint32_t CRC; ///< frame CRC member in struct:APEContext
480 /* Read the CRC */
483 ctx->CRC = bytestream_get_be32(&ctx->ptr);
487 if ((ctx->fileversion > 3820) && (ctx->CRC & 0x80000000)) {
488 ctx->CRC &= ~0x80000000;
H A Dwavpack.c102 uint32_t CRC; member in struct:WavpackFrameContext
613 if (crc != s->CRC) {
614 av_log(s->avctx, AV_LOG_ERROR, "CRC error\n");
618 av_log(s->avctx, AV_LOG_ERROR, "Extra bits CRC error\n");
683 if (crc != s->CRC) {
684 av_log(s->avctx, AV_LOG_ERROR, "CRC error\n");
688 av_log(s->avctx, AV_LOG_ERROR, "Extra bits CRC error\n");
816 s->CRC = AV_RL32(buf); buf += 4;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dcrc_lcc.asm9 ; crc_lcc.asm, optimized CRC calculation function for Zip and UnZip,
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/ap/gpl/zip30/win32/
H A Dcrc_lcc.asm9 ; crc_lcc.asm, optimized CRC calculation function for Zip and UnZip,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dallformats.c79 REGISTER_MUXER (CRC, crc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dallformats.c103 REGISTER_MUXER (CRC, crc);

Completed in 1610 milliseconds

12