HomeSort by relevance Sort by last modified time
    Searched full:crc32 (Results 151 - 175 of 728) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/zlib/src/as400/
bndsrc 21 /* *MODULE CRC32 ZLIB 01/02/01 00:15:09 */
24 EXPORT SYMBOL("crc32")
144 /* *MODULE CRC32 ZLIB 01/02/01 00:15:09 */
  /external/zlib/src/win32/
Makefile.gcc 70 OBJS = adler32.o compress.o crc32.o deflate.o gzclose.o gzlib.o gzread.o \
170 crc32.o: crc32.h zlib.h zconf.h
  /packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java 29 import java.util.zip.CRC32;
135 CRC32 checkSummer = new CRC32();
  /external/chromium_org/third_party/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
  /external/e2fsprogs/e2fsck/
Android.mk 71 crc32.c \
gen_crc32table.c 2 * gen_crc32table.c --- Generate CRC32 tables.
  /external/elfutils/lib/
Makefile.am 39 crc32.c crc32_file.c md5.c sha1.c
  /external/liblzf/
Makefile.in 53 crc32.h lzf.c Changes \
  /external/libpng/contrib/pngminim/preader/
makefile 34 ZOBJS = adler32$(O) crc32$(O) \
  /external/lzma/Asm/x86/
7zCrcOpt.asm 1 ; 7zCrcOpt.asm -- CRC32 calculation : optimized version
  /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/
Android.mk 11 src/crc32.c \
  /external/zlib/src/contrib/vstudio/vc10/
testzlib.vcxproj.filters 24 <ClCompile Include="..\..\..\crc32.c">
zlibstat.vcxproj.filters 15 <ClCompile Include="..\..\..\crc32.c">
zlibvc.def 9 crc32 @3
  /external/zlib/src/contrib/vstudio/vc11/
zlibvc.def 9 crc32 @3
  /external/zlib/src/contrib/vstudio/vc9/
zlibvc.def 9 crc32 @3
  /external/zlib/src/msdos/
Makefile.emx 36 OBJS = adler32.o compress.o crc32.o gzclose.o gzlib.o gzread.o gzwrite.o \
  /external/zlib/src/old/
Makefile.emx 36 OBJS = adler32.o compress.o crc32.o deflate.o gzclose.o gzlib.o gzread.o \
  /frameworks/base/core/java/android/os/
FileUtils.java 40 import java.util.zip.CRC32;
298 * Computes the checksum of a file using the CRC32 checksum routine.
305 CRC32 checkSummer = new CRC32();
  /libcore/luni/src/main/java/java/util/zip/
Adler32.java 24 * of data. Compared to {@link CRC32} it trades reliability for speed.
  /libcore/luni/src/test/java/libcore/java/util/zip/
ZipOutputStreamTest.java 40 byte[] data = new byte[1]; // CRC32({ 0 }) == 0xd202ef8d
  /bootable/recovery/minzip/
Zip.h 40 long crc32; member in struct:ZipEntry
134 return pEntry->crc32;
  /external/chromium_org/base/metrics/
bucket_ranges.cc 69 static uint32 Crc32(uint32 sum, HistogramBase::Sample value) {
115 checksum = Crc32(checksum, ranges_[index]);
  /external/kernel-headers/original/asm-mips/lasat/
lasat.h 75 unsigned int crc32; member in struct:lasat_eeprom_struct
100 unsigned int crc32; member in struct:lasat_eeprom_struct_pre7

Completed in 728 milliseconds

1 2 3 4 5 67 8 91011>>