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

1 2 3 4

  /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