Searched defs:crc32 (Results 1 - 25 of 65) sorted by last modified time

123

/external/zlib/src/contrib/delphi/
H A DZLib.pas202 {$L crc32.obj}
214 procedure crc32; external; procedure
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs109 private static extern uint crc32(uint crc, int data, uint length); method in class:DotZLib.CRC32Checksum
140 _current = crc32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count);
/external/zlib/src/contrib/minizip/
H A Dunzip.c151 uLong crc32; /* crc32 of all data uncompressed */ member in struct:__anon34343
152 uLong crc32_wait; /* crc32 we must obtain after decompress all */
1541 pfile_in_zip_read_info->crc32=0;
1784 pfile_in_zip_read_info->crc32 = crc32(pfile_in_zip_read_info->crc32,
1821 pfile_in_zip_read_info->crc32 = crc32(pfile_in_zip_read_info->crc32,bufBefor
[all...]
H A Dzip.c152 uLong crc32; member in struct:__anon34345
1125 zi->ci.crc32 = 0;
1414 zi->ci.crc32 = crc32(zi->ci.crc32,buf,(uInt)len);
1509 extern int ZEXPORT zipCloseFileInZipRaw (zipFile file, uLong uncompressed_size, uLong crc32) argument
1511 return zipCloseFileInZipRaw64 (file, uncompressed_size, crc32);
1514 extern int ZEXPORT zipCloseFileInZipRaw64 (zipFile file, ZPOS64_T uncompressed_size, uLong crc32) argument
1602 crc32 = (uLong)zi->ci.crc32;
[all...]
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas156 function crc32(crc: LongInt; const buf: PChar; len: Integer): LongInt; function
178 {$L crc32.obj}
193 function crc32; external; function
/external/zlib/src/
H A Dcrc32.c0 /* crc32.c -- compute the CRC-32 of a data stream
19 one thread to use crc32().
21 DYNAMIC_CRC_TABLE and MAKECRCH can be #defined to write out crc32.h.
141 /* write out CRC tables to crc32.h */
145 out = fopen("crc32.h", "w");
147 fprintf(out, "/* crc32.h -- tables for rapid CRC calculation\n");
148 fprintf(out, " * Generated automatically by crc32.c\n */\n\n");
184 #include "crc32.h"
188 * This function can be used by asm versions of crc32()
204 unsigned long ZEXPORT crc32(cr function
[all...]
H A Dzconf.h37 # define crc32 z_crc32 macro
/external/zlib/
H A Dzconf.h37 # define crc32 z_crc32 macro
/external/valgrind/main/auxprogs/
H A Dvalgrind-di-server.c723 UInt crc32 = calc_gnu_debuglink_crc32(&ok, local
727 res = mk_Frame_le64("CROK", (ULong)crc32);
/external/qemu/distrib/libsparse/src/
H A Doutput_file.c82 uint32_t crc32; member in struct:output_file
392 out->crc32 = sparse_crc32(out->crc32, &fill_val, sizeof(uint32_t));
431 out->crc32 = sparse_crc32(out->crc32, data, len);
433 out->crc32 = sparse_crc32(out->crc32, out->zero_buf, zero_len);
457 out->ops->write(out, &out->crc32, 4);
550 out->crc32 = 0;
H A Dsparse_read.c102 uint32_t *crc32)
121 if (crc32) {
128 *crc32 = sparse_crc32(*crc32, copybuf, chunk);
139 int fd, unsigned int blocks, unsigned int block, uint32_t *crc32)
162 if (crc32) {
171 *crc32 = sparse_crc32(*crc32, copybuf, chunk);
181 unsigned int block __unused, uint32_t *crc32)
187 if (crc32) {
100 process_raw_chunk(struct sparse_file *s, unsigned int chunk_size, int fd, int64_t offset, unsigned int blocks, unsigned int block, uint32_t *crc32) argument
138 process_fill_chunk(struct sparse_file *s, unsigned int chunk_size, int fd, unsigned int blocks, unsigned int block, uint32_t *crc32) argument
179 process_skip_chunk(struct sparse_file *s, unsigned int chunk_size, int fd __unused, unsigned int blocks, unsigned int block __unused, uint32_t *crc32) argument
201 process_crc32_chunk(int fd, unsigned int chunk_size, uint32_t crc32) argument
280 uint32_t crc32 = 0; local
[all...]
/external/qemu/distrib/zlib-1.2.8/
H A Dcrc32.c0 /* crc32.c -- compute the CRC-32 of a data stream
19 one thread to use crc32().
21 DYNAMIC_CRC_TABLE and MAKECRCH can be #defined to write out crc32.h.
141 /* write out CRC tables to crc32.h */
145 out = fopen("crc32.h", "w");
147 fprintf(out, "/* crc32.h -- tables for rapid CRC calculation\n");
148 fprintf(out, " * Generated automatically by crc32.c\n */\n\n");
184 #include "crc32.h"
188 * This function can be used by asm versions of crc32()
204 unsigned long ZEXPORT crc32(cr function
[all...]
H A Dzconf.h37 # define crc32 z_crc32 macro
/external/protobuf/src/google/protobuf/compiler/
H A Dzip_writer.cc116 info.crc32 = ComputeCRC32(contents);
128 output.WriteLittleEndian32(info.crc32); // crc-32
148 uint32 crc32 = files_[i].crc32; local
159 output.WriteLittleEndian32(crc32); // crc-32
H A Dzip_writer.h54 uint32 crc32; member in struct:google::protobuf::compiler::ZipWriter::FileInfo
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h37 # define crc32 z_crc32 macro
H A Dzlib.h40 #define crc32 FPDFAPI_crc32 macro
616 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
856 recommended that a check value such as an adler32 or a crc32 be applied to
865 crc32 instead of an adler32.
1660 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
1669 uLong crc = crc32(0L, Z_NULL, 0);
1672 crc = crc32(crc, buffer, length);
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_crc32.c0 /* crc32.c -- compute the CRC-32 of a data stream
19 one thread to use crc32().
21 DYNAMIC_CRC_TABLE and MAKECRCH can be #defined to write out crc32.h.
141 /* write out CRC tables to crc32.h */
145 out = fopen("crc32.h", "w");
147 fprintf(out, "/* crc32.h -- tables for rapid CRC calculation\n");
148 fprintf(out, " * Generated automatically by crc32.c\n */\n\n");
184 #include "crc32.h"
188 * This function can be used by asm versions of crc32()
204 unsigned long ZEXPORT crc32( function
[all...]
H A Dzconf.h37 # define crc32 z_crc32 macro
H A Dzlib.h44 #define crc32 FPDFAPI_crc32 macro
620 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
860 recommended that a check value such as an adler32 or a crc32 be applied to
869 crc32 instead of an adler32.
1664 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
1673 uLong crc = crc32(0L, Z_NULL, 0);
1676 crc = crc32(crc, buffer, length);
/external/pixman/test/
H A Daffine-test.c48 uint32_t crc32; local
301 crc32 = compute_crc32 (0, dstbuf, dst_stride * dst_height);
306 return crc32;
H A Dblitters-test.c80 /* Free random image, and optionally update crc32 based on its data */
86 uint32_t crc32 = 0; local
90 crc32 = compute_crc32_for_image (initcrc, img);
95 return crc32;
239 uint32_t crc32; local
377 crc32 = free_random_image (0, dst_img, dst_fmt);
388 return crc32;
H A Dcomposite-traps-test.c60 uint32_t crc32; local
239 crc32 = compute_crc32 (0, dst_bits, dst_stride * dst_height);
248 return crc32;
H A Dglyph-test.c222 uint32_t crc32 = 0; local
316 crc32 = compute_crc32_for_image (0, dest);
323 return crc32;

Completed in 145 milliseconds

123