HomeSort by relevance Sort by last modified time
    Searched refs:crc32 (Results 226 - 250 of 409) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zconf.h 32 # define crc32 z_crc32 macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zconf.h 32 # define crc32 z_crc32 macro
  /external/zlib/src/
make_vms.com 183 $ CALL MAKE crc32.OBJ "CC ''CCOPT' crc32" -
184 crc32.c zlib.h zconf.h
429 OBJS = adler32.obj, compress.obj, crc32.obj, gzclose.obj, gzlib.obj\
458 crc32.obj : crc32.c zutil.h zlib.h zconf.h
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...]
zconf.h 37 # define crc32 z_crc32 macro
  /external/ImageMagick/coders/
png.c     [all...]
  /external/e2fsprogs/e2fsck/
Makefile.in 68 OBJS= crc32.o dict.o unix.o e2fsck.o super.o pass1.o pass1b.o pass2.o \
82 profiled/crc32.o profiled/prof_err.o profiled/logfile.o \
86 $(srcdir)/crc32.c \
158 tst_crc32: $(srcdir)/crc32.c $(LIBEXT2FS) $(DEPLIBCOM_ERR)
159 $(Q) $(CC) $(BUILD_LDFLAGS) $(ALL_CFLAGS) -o tst_crc32 $(srcdir)/crc32.c \
302 crc32.o: $(srcdir)/crc32.c $(top_builddir)/lib/config.h \
  /build/tools/zipalign/
ZipEntry.cpp 259 void ZipEntry::setDataInfo(long uncompLen, long compLen, uint32_t crc32,
263 mCDE.mCRC32 = crc32;
303 ALOGV("cmp: CRC32\n");
512 ALOGD(" modTime=0x%04" PRIx16 " modDate=0x%04" PRIx16 " crc32=0x%08" PRIx32 "\n",
681 ALOGD(" modTime=0x%04" PRIx16 " modDate=0x%04" PRIx16 " crc32=0x%08" PRIx32 "\n",
  /external/libxml2/
xzlib.c 502 state->zstrm.adler = crc32(0L, Z_NULL, 0);
597 crc32(state->zstrm.adler, state->next, state->have);
  /external/pdfium/third_party/zlib_v128/
zlib.h 44 #define crc32 FPDFAPI_crc32 macro
625 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
    [all...]
zconf.h 37 # define crc32 z_crc32 macro
  /external/vboot_reference/
Android.mk 58 firmware/lib/cgptlib/crc32.c \
  /frameworks/base/libs/androidfw/
Asset.cpp 219 unsigned long crc32; local
221 &compressedLen, &crc32);
  /frameworks/base/tools/aapt/
ZipEntry.cpp 241 void ZipEntry::setDataInfo(long uncompLen, long compLen, unsigned long crc32,
245 mCDE.mCRC32 = crc32;
285 ALOGV("cmp: CRC32\n");
494 ALOGD(" modTime=0x%04x modDate=0x%04x crc32=0x%08lx\n",
663 ALOGD(" modTime=0x%04x modDate=0x%04x crc32=0x%08lx\n",
  /development/ndk/platforms/android-3/include/
zlib.h 509 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
    [all...]
  /external/liblzf/cs/
CLZF.cs 49 // CRC32 data & function
106 public UInt32 crc32(UInt32 OldCRC,byte NewData) method in class:LZF.NET.CLZF
  /external/opencv3/3rdparty/zlib/
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...]
  /external/valgrind/coregrind/m_debuginfo/
image.c     [all...]
  /external/zlib/src/contrib/minizip/
minizip.c 183 /* calculate the CRC32 of a file,
184 because to encrypt a file, we need known the CRC32 of the file before */
211 calculate_crc = crc32(calculate_crc,buf,size_read);
  /external/zlib/src/examples/
gzjoin.c 38 crc32 for the concatenated uncompressed data. gzjoin does however have to
61 /* crc32(), crc32_combine(), inflateInit2(), inflate(), inflateEnd() */
268 *crc = crc32(0L, Z_NULL, 0);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
zlib.h 509 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
zlib.h 509 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
zlib.h 509 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
zlib.h 509 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
zlib.h 509 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
    [all...]

Completed in 2236 milliseconds

1 2 3 4 5 6 7 8 91011>>