/external/elfutils/libdwfl/ |
libdwfl_crc32.c | 53 #define crc32 attribute_hidden __libdwfl_crc32 macro 56 #include "../lib/crc32.c"
|
libdwfl_crc32_file.c | 54 #define crc32 __libdwfl_crc32 macro
|
/external/elfutils/libelf/ |
libelf_crc32.c | 53 #define crc32 attribute_hidden __libelf_crc32 macro 56 #include "../lib/crc32.c"
|
/external/elfutils/lib/ |
crc32.c | 111 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
|
/external/webkit/Tools/DumpRenderTree/ |
PixelDumpSupport.cpp | 100 unsigned crc32 = computeCrc(dataToCrc); local 102 appendIntToVector(crc32, bytesToAdd);
|
/bootable/recovery/minzip/ |
Zip.h | 40 long crc32; member in struct:ZipEntry 134 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
|
/external/zlib/src/ |
crc32.c | 0 /* 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(crc, buf, len function [all...] |
/frameworks/base/include/androidfw/ |
BackupHelpers.h | 48 int crc32; member in struct:android::FileState
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/ |
trxhdr.h | 54 uint32 crc32; /* 32-bit CRC from flag_version to end of file */ member in struct:trx_header
|
/system/core/libzipfile/ |
centraldir.c | 75 unsigned long crc32;
local 106 crc32 = read_le_int(&p[0x10]);
|
/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/src/contrib/delphi/ |
ZLib.pas | 202 {$L crc32.obj} 214 procedure crc32; external; procedure
|
/external/zlib/src/contrib/pascal/ |
zlibpas.pas | 156 function crc32(crc: LongInt; const buf: PChar; len: Integer): LongInt; function 178 {$L crc32.obj} 193 function crc32; external; function
|
/frameworks/base/libs/androidfw/ |
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;
|
/system/core/libsparse/ |
sparse_read.c | 100 uint32_t *crc32) 119 if (crc32) { 126 *crc32 = sparse_crc32(*crc32, copybuf, chunk); 137 int fd, unsigned int blocks, unsigned int block, uint32_t *crc32) 160 if (crc32) { 169 *crc32 = sparse_crc32(*crc32, copybuf, chunk); 178 int fd, unsigned int blocks, unsigned int block, uint32_t *crc32) 191 if (crc32) { 283 uint32_t crc32 = 0; local [all...] |
/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
|
/external/open-vcdiff/src/zlib/ |
zconf.h | 42 # define crc32 z_crc32 macro
|