Searched refs:crc (Results 201 - 225 of 268) sorted by relevance

1234567891011

/external/zlib/src/contrib/minizip/
H A Dunzip.c933 if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.crc) != UNZ_OK)
1155 pfile_info->crc = file_info64.crc;
1435 if (unz64local_getLong(&s->z_filefunc, s->filestream,&uData) != UNZ_OK) /* crc */
1437 else if ((err==UNZ_OK) && (uData!=s->cur_file_info.crc) && ((uFlags & 8)==0))
1540 pfile_in_zip_read_info->crc32_wait=s->cur_file_info.crc;
H A Dminiunz.c296 (uLong)file_info.crc,filename_inzip);
/external/pixman/test/
H A Dutils.c690 uint32_t crc = test_function (i, 0); local
692 printf ("%d: %08X\n", i, crc);
693 checksum += crc;
/external/chromium_org/build/android/rezip/
H A Drezip.cc455 out_file, in_info.uncompressed_size, in_info.crc)) {
/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dminiunz.c283 (uLong)file_info.crc,filename_inzip);
/external/chromium_org/third_party/zlib/
H A Dzlib.h125 int hcrc; /* true if there was or will be a header crc */
551 header crc, and the operating system will be set to 255 (unknown). If a
726 available there. If hcrc is true, a gzip header crc is included. Note that
728 1.3.x) do not support header crc's, and will report that it is a "multi-part
1079 and decode gzip streams (to avoid linking crc code)
1503 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
1507 initial value for the for the crc. Pre- and post-conditioning (one's
1513 uLong crc = crc32(0L, Z_NULL, 0);
1516 crc = crc32(crc, buffe
[all...]
/external/e2fsprogs/e2fsck/
H A De2fsck.h409 extern __u32 crc32_be(__u32 crc, unsigned char const *p, size_t len);
/external/elfutils/0.153/libdwfl/
H A DlibdwflP.h368 extern uint32_t __libdwfl_crc32 (uint32_t crc, unsigned char *buf, size_t len)
/external/elfutils/0.153/libelf/
H A DlibelfP.h591 extern uint32_t __libelf_crc32 (uint32_t crc, unsigned char *buf, size_t len)
/external/qemu/distrib/zlib-1.2.8/
H A Dzlib.h124 int hcrc; /* true if there was or will be a header crc */
555 header crc, and the operating system will be set to 255 (unknown). If a
756 available there. If hcrc is true, a gzip header crc is included. Note that
758 1.3.x) do not support header crc's, and will report that it is a "multi-part
1131 and decode gzip streams (to avoid linking crc code)
1600 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
1604 initial value for the crc. Pre- and post-conditioning (one's complement) is
1609 uLong crc = crc32(0L, Z_NULL, 0);
1612 crc = crc32(crc, buffe
[all...]
/external/zlib/src/
H A Dzlib.h124 int hcrc; /* true if there was or will be a header crc */
555 header crc, and the operating system will be set to 255 (unknown). If a
756 available there. If hcrc is true, a gzip header crc is included. Note that
758 1.3.x) do not support header crc's, and will report that it is a "multi-part
1131 and decode gzip streams (to avoid linking crc code)
1600 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
1604 initial value for the crc. Pre- and post-conditioning (one's complement) is
1609 uLong crc = crc32(0L, Z_NULL, 0);
1612 crc = crc32(crc, buffe
[all...]
/external/zlib/
H A Dzlib.h124 int hcrc; /* true if there was or will be a header crc */
555 header crc, and the operating system will be set to 255 (unknown). If a
756 available there. If hcrc is true, a gzip header crc is included. Note that
758 1.3.x) do not support header crc's, and will report that it is a "multi-part
1131 and decode gzip streams (to avoid linking crc code)
1600 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
1604 initial value for the crc. Pre- and post-conditioning (one's complement) is
1609 uLong crc = crc32(0L, Z_NULL, 0);
1612 crc = crc32(crc, buffe
[all...]
/external/chromium_org/third_party/webrtc/modules/
H A DiSAC.target.darwin-arm.mk29 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/crc.c \
H A DiSAC.target.darwin-arm64.mk29 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/crc.c \
H A DiSAC.target.darwin-mips.mk29 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/crc.c \
H A DiSAC.target.darwin-mips64.mk29 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/crc.c \
H A DiSAC.target.darwin-x86.mk29 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/crc.c \
H A DiSAC.target.darwin-x86_64.mk29 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/crc.c \
H A DiSAC.target.linux-arm.mk29 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/crc.c \
H A DiSAC.target.linux-arm64.mk29 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/crc.c \
H A DiSAC.target.linux-mips.mk29 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/crc.c \
H A DiSAC.target.linux-mips64.mk29 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/crc.c \
H A DiSAC.target.linux-x86.mk29 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/crc.c \
H A DiSAC.target.linux-x86_64.mk29 third_party/webrtc/modules/audio_coding/codecs/isac/main/source/crc.c \
/external/libpng/contrib/libtests/
H A Dtarith.c58 #define crc32(crc, pp, s) (crc)

Completed in 3946 milliseconds

1234567891011