Searched defs:crc32 (Results 51 - 65 of 65) sorted by path

123

/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/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/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/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

Completed in 414 milliseconds

123