HomeSort by relevance Sort by last modified time
    Searched defs:crc32 (Results 1 - 25 of 40) sorted by null

1 2

  /external/elfutils/libelf/
libelf_crc32.c 20 #define crc32 attribute_hidden __libelf_crc32 macro
23 #include "../lib/crc32.c"
  /external/elfutils/lib/
crc32.c 78 crc32 (uint32_t crc, unsigned char *buf, size_t len) function
  /external/liblzf/
crc32.h 4 /* crc32 0xdebb20e3 table and supplementary functions. */
62 #define crc32(crc,byte) (crc_32_tab[(u8)(crc) ^ (u8)(byte)] ^ ((crc) >> 8)) macro
  /external/liblzf/cs/
CLZF.cs 49 // CRC32 data & function
106 public UInt32 crc32(UInt32 OldCRC,byte NewData) method in class:LZF.NET.CLZF
  /external/protobuf/src/google/protobuf/compiler/
zip_writer.h 54 uint32 crc32; member in struct:google::protobuf::compiler::ZipWriter::FileInfo
zip_writer.cc 116 info.crc32 = ComputeCRC32(contents);
128 output.WriteLittleEndian32(info.crc32); // crc-32
148 uint32 crc32 = files_[i].crc32; local
159 output.WriteLittleEndian32(crc32); // crc-32
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
trxhdr.h 38 uint32 crc32; /* 32-bit CRC from flag_version to end of file */ member in struct:trx_header
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
trxhdr.h 38 uint32 crc32; /* 32-bit CRC from flag_version to end of file */ member in struct:trx_header
  /external/webkit/Tools/DumpRenderTree/
PixelDumpSupport.cpp 100 unsigned crc32 = computeCrc(dataToCrc); local
102 appendIntToVector(crc32, bytesToAdd);
  /bootable/recovery/minzip/
Zip.h 33 long crc32; member in struct:ZipEntry
127 return pEntry->crc32;
  /external/qemu/distrib/zlib-1.2.3/
crc32.c 0 /* 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
zconf.h 42 # define crc32 z_crc32 macro
  /external/zlib/contrib/pascal/
zlibpas.pas 126 function crc32(crc: LongInt; const buf: PChar; len: Integer): LongInt; function
147 {$L crc32.obj}
161 function crc32; external; function
  /external/zlib/
crc32.c 0 /* crc32.c -- compute the CRC-32 of a data stream
19 one thread to use crc32().
159 /* write out CRC tables to crc32.h */
163 out = fopen("crc32.h", "w");
165 fprintf(out, "/* crc32.h -- tables for rapid CRC calculation\n");
166 fprintf(out, " * Generated automatically by crc32.c\n */\n\n");
201 #include "crc32.h"
205 * This function can be used by asm versions of crc32()
221 unsigned long ZEXPORT crc32(crc, buf, len) function
  /frameworks/base/include/utils/
BackupHelpers.h 48 int crc32; member in struct:android::FileState
  /system/core/libzipfile/
centraldir.c 75 unsigned long crc32; local
106 crc32 = read_le_int(&p[0x10]);
  /system/extras/ext4_utils/
simg2img.c 88 int process_raw_chunk(int in, int out, u32 blocks, u32 blk_sz, u32 *crc32)
102 *crc32 = sparse_crc32(*crc32, copybuf, chunk);
115 int process_fill_chunk(int in, int out, u32 blocks, u32 blk_sz, u32 *crc32)
133 *crc32 = sparse_crc32(*crc32, copybuf, chunk);
145 int process_skip_chunk(int out, u32 blocks, u32 blk_sz, u32 *crc32)
157 int process_crc32_chunk(int in, u32 crc32)
164 fprintf(stderr, "read returned an error copying a crc32 chunk\n");
168 if (file_crc32 != crc32) {
184 u32 crc32 = 0; local
    [all...]
output_file.c 54 u32 crc32; member in struct:output_file
240 out->crc32 = sparse_crc32(out->crc32, fill_buf, info.block_size);
310 out->crc32 = sparse_crc32(out->crc32, data, len);
312 out->crc32 = sparse_crc32(out->crc32, zero_buf, zero_len);
334 out->ops->write(out, (u8 *)&out->crc32, 4);
387 /* Initialize the crc32 value */
388 out->crc32 = 0
    [all...]
  /dalvik/dexopt/
OptMain.cpp 64 long modWhen, crc32; local
112 &modWhen, &crc32) != 0)
120 crc32 = crc32;
187 modWhen, crc32, isBootstrap))
  /external/oprofile/libutil++/
bfd_support.cpp 74 cverb << vbfd << " with crc32 = " << hex << file_crc << endl;
79 bool get_debug_link_info(bfd * ibfd, string & filename, unsigned long & crc32)
106 crc32 = bfd_get_32(ibfd,
301 unsigned long crc32; local
303 if (!get_debug_link_info(ibfd, basename, crc32))
317 << " with crc32 = " << hex << crc32 << endl;
319 if (separate_debug_file_exists(first_try, crc32, extra))
321 else if (separate_debug_file_exists(second_try, crc32, extra))
323 else if (separate_debug_file_exists(third_try, crc32, extra)
    [all...]
  /external/zlib/contrib/delphi/
ZLib.pas 202 {$L crc32.obj}
214 procedure crc32; external; procedure
  /frameworks/base/libs/utils/
Asset.cpp 207 unsigned long crc32; local
209 &compressedLen, &crc32);
  /system/core/gpttool/
gpttool.c 52 u32 crc32; member in struct:efi_header
356 n = crc32(0, Z_NULL, 0);
357 n = crc32(n, (void*) ptbl.entry, sizeof(ptbl.entry));
360 n = crc32(0, Z_NULL, 0);
361 n = crc32(n, (void*) &ptbl.header, sizeof(ptbl.header));
362 hdr->crc32 = n;
  /development/ndk/platforms/android-3/include/
zconf.h 42 # define crc32 z_crc32 macro
  /external/chromium/sdch/open-vcdiff/src/
zconf.h 42 # define crc32 z_crc32 macro

Completed in 646 milliseconds

1 2