Searched defs:crc32 (Results 1 - 12 of 12) sorted by relevance

/external/elfutils/libelf/
H A Dlibelf_crc32.c20 #define crc32 attribute_hidden __libelf_crc32 macro
23 #include "../lib/crc32.c"
/external/elfutils/lib/
H A Dcrc32.c78 crc32 (uint32_t crc, unsigned char *buf, size_t len) function
/external/zlib/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/qemu/distrib/zlib-1.2.3/
H A Dcrc32.c0 /* crc32.c -- compute the CRC-32 of a data stream
19 one thread to use crc32().
157 /* write out CRC tables to crc32.h */
161 out = fopen("crc32.h", "w");
163 fprintf(out, "/* crc32.h -- tables for rapid CRC calculation\n");
164 fprintf(out, " * Generated automatically by crc32.c\n */\n\n");
199 #include "crc32.h"
203 * This function can be used by asm versions of crc32()
219 unsigned long ZEXPORT crc32(crc, buf, len) function
H A Dzconf.h42 # define crc32 z_crc32 macro
/external/zlib/contrib/pascal/
H A Dzlibpas.pas126 function crc32(crc: LongInt; const buf: PChar; len: Integer): LongInt; function
147 {$L crc32.obj}
161 function crc32; external; function
/external/zlib/
H A Dcrc32.c0 /* crc32.c -- compute the CRC-32 of a data stream
19 one thread to use crc32().
157 /* write out CRC tables to crc32.h */
161 out = fopen("crc32.h", "w");
163 fprintf(out, "/* crc32.h -- tables for rapid CRC calculation\n");
164 fprintf(out, " * Generated automatically by crc32.c\n */\n\n");
199 #include "crc32.h"
203 * This function can be used by asm versions of crc32()
219 unsigned long ZEXPORT crc32(crc, buf, len) function
H A Dzconf.h42 # define crc32 z_crc32 macro
H A Dzconf.in.h42 # define crc32 z_crc32 macro
/external/zlib/contrib/delphi/
H A DZLib.pas202 {$L crc32.obj}
214 procedure crc32; external; procedure
/external/zlib/contrib/minizip/
H A Dunzip.c114 uLong crc32; /* crc32 of all data uncompressed */ member in struct:__anon6239
115 uLong crc32_wait; /* crc32 we must obtain after decompress all */
1118 pfile_in_zip_read_info->crc32=0;
1325 pfile_in_zip_read_info->crc32 = crc32(pfile_in_zip_read_info->crc32,
1360 pfile_in_zip_read_info->crc32 =
1361 crc32(pfile_in_zip_read_info->crc32,bufBefor
[all...]
H A Dzip.c129 uLong crc32; member in struct:__anon6241
768 zi->ci.crc32 = 0;
983 zi->ci.crc32 = crc32(zi->ci.crc32,buf,len);
1031 extern int ZEXPORT zipCloseFileInZipRaw (file, uncompressed_size, crc32)
1034 uLong crc32;
1079 crc32 = (uLong)zi->ci.crc32;
1087 ziplocal_putValue_inmemory(zi->ci.central_header+16,crc32,
[all...]

Completed in 111 milliseconds