HomeSort by relevance Sort by last modified time
    Searched refs:adler32 (Results 26 - 50 of 67) sorted by null

12 3

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
zconf.h 41 # define adler32 z_adler32 macro
zlib.h 99 uLong adler; /* adler32 value of the uncompressed data */
309 deflate() sets strm->adler to the adler32 checksum of all input read
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
433 strm->adler to the adler32 checksum of all output produced so far (that is,
435 below. At the end of the stream, inflate() checks that its computed adler32
502 with no zlib header or trailer, and will not compute an adler32 check value.
509 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
563 Upon return of this function, strm->adler is set to the adler32 value
565 which dictionary has been used by the compressor. (The adler32 value
568 adler32 value is not computed and strm->adler is not set
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
zconf.h 41 # define adler32 z_adler32 macro
zlib.h 99 uLong adler; /* adler32 value of the uncompressed data */
309 deflate() sets strm->adler to the adler32 checksum of all input read
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
433 strm->adler to the adler32 checksum of all output produced so far (that is,
435 below. At the end of the stream, inflate() checks that its computed adler32
502 with no zlib header or trailer, and will not compute an adler32 check value.
509 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
563 Upon return of this function, strm->adler is set to the adler32 value
565 which dictionary has been used by the compressor. (The adler32 value
568 adler32 value is not computed and strm->adler is not set
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
zconf.h 41 # define adler32 z_adler32 macro
zlib.h 99 uLong adler; /* adler32 value of the uncompressed data */
309 deflate() sets strm->adler to the adler32 checksum of all input read
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
433 strm->adler to the adler32 checksum of all output produced so far (that is,
435 below. At the end of the stream, inflate() checks that its computed adler32
502 with no zlib header or trailer, and will not compute an adler32 check value.
509 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
563 Upon return of this function, strm->adler is set to the adler32 value
565 which dictionary has been used by the compressor. (The adler32 value
568 adler32 value is not computed and strm->adler is not set
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
zconf.h 41 # define adler32 z_adler32 macro
zlib.h 99 uLong adler; /* adler32 value of the uncompressed data */
309 deflate() sets strm->adler to the adler32 checksum of all input read
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
433 strm->adler to the adler32 checksum of all output produced so far (that is,
435 below. At the end of the stream, inflate() checks that its computed adler32
502 with no zlib header or trailer, and will not compute an adler32 check value.
509 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
563 Upon return of this function, strm->adler is set to the adler32 value
565 which dictionary has been used by the compressor. (The adler32 value
568 adler32 value is not computed and strm->adler is not set
    [all...]
  /external/chromium/third_party/zlib/
inflate.c 375 /* check function to use adler32() for zlib or crc32() for gzip */
378 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
380 # define UPDATE(check, buf, len) adler32(check, buf, len)
629 strm->adler = state->check = adler32(0L, Z_NULL, 0);
771 strm->adler = state->check = adler32(0L, Z_NULL, 0);
    [all...]
zlib.scons 252 'adler32.c',
zlib.h 99 uLong adler; /* adler32 value of the uncompressed data */
309 deflate() sets strm->adler to the adler32 checksum of all input read
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
433 strm->adler to the adler32 checksum of all output produced so far (that is,
435 below. At the end of the stream, inflate() checks that its computed adler32
502 with no zlib header or trailer, and will not compute an adler32 check value.
509 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
563 Upon return of this function, strm->adler is set to the adler32 value
565 which dictionary has been used by the compressor. (The adler32 value
568 adler32 value is not computed and strm->adler is not set
    [all...]
deflate.c 332 strm->adler = adler32(strm->adler, dictionary, dictLength);
383 adler32(0L, Z_NULL, 0);
643 /* Save the adler32 of the preset dictionary: */
648 strm->adler = adler32(0L, Z_NULL, 0);
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inflate.c 375 /* check function to use adler32() for zlib or crc32() for gzip */
378 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
380 # define UPDATE(check, buf, len) adler32(check, buf, len)
629 strm->adler = state->check = adler32(0L, Z_NULL, 0);
771 strm->adler = state->check = adler32(0L, Z_NULL, 0);
    [all...]
zlib.h 99 uLong adler; /* adler32 value of the uncompressed data */
309 deflate() sets strm->adler to the adler32 checksum of all input read
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
433 strm->adler to the adler32 checksum of all output produced so far (that is,
435 below. At the end of the stream, inflate() checks that its computed adler32
502 with no zlib header or trailer, and will not compute an adler32 check value.
509 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
563 Upon return of this function, strm->adler is set to the adler32 value
565 which dictionary has been used by the compressor. (The adler32 value
568 adler32 value is not computed and strm->adler is not set
    [all...]
  /external/zlib/
inflate.c 410 /* check function to use adler32() for zlib or crc32() for gzip */
413 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
415 # define UPDATE(check, buf, len) adler32(check, buf, len)
666 strm->adler = state->check = adler32(0L, Z_NULL, 0);
808 strm->adler = state->check = adler32(0L, Z_NULL, 0);
    [all...]
zconf.h 27 # define adler32 z_adler32 macro
make_vms.com 144 $ CALL MAKE adler32.OBJ "CC ''CCOPT' adler32" -
145 adler32.c zlib.h zconf.h
402 OBJS = adler32.obj, compress.obj, crc32.obj, gzclose.obj, gzlib.obj\
430 adler32.obj : adler32.c zutil.h zlib.h zconf.h
  /dalvik/vm/analysis/
DexPrepare.c 74 * file, it's the modification date of the file and the Adler32 from the
    [all...]
  /external/zlib/contrib/delphi/
ZLib.pas 40 adler: Longint; // adler32 value of the uncompressed data
200 {$L adler32.obj}
212 procedure adler32; external; procedure
  /dalvik/libdex/
DexFile.c 341 * than most other things tried (e.g. adler32).
563 LOGV("+++ adler32 checksum (%08x) verified\n", adler);
575 LOGV("+++ adler32 opt checksum (%08x) verified\n", adler);
691 uLong adler = adler32(0L, Z_NULL, 0);
694 return (u4) adler32(adler, start + nonSum, pHeader->fileSize - nonSum);
  /external/chromium/net/flip/
flip_framer.cc 589 dictionary_id = adler32(0L, Z_NULL, 0);
590 dictionary_id = adler32(dictionary_id,
  /development/ndk/platforms/android-3/include/
zlib.h 99 uLong adler; /* adler32 value of the uncompressed data */
309 deflate() sets strm->adler to the adler32 checksum of all input read
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
433 strm->adler to the adler32 checksum of all output produced so far (that is,
435 below. At the end of the stream, inflate() checks that its computed adler32
502 with no zlib header or trailer, and will not compute an adler32 check value.
509 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
563 Upon return of this function, strm->adler is set to the adler32 value
565 which dictionary has been used by the compressor. (The adler32 value
568 adler32 value is not computed and strm->adler is not set
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
zlib.h 99 uLong adler; /* adler32 value of the uncompressed data */
309 deflate() sets strm->adler to the adler32 checksum of all input read
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
433 strm->adler to the adler32 checksum of all output produced so far (that is,
435 below. At the end of the stream, inflate() checks that its computed adler32
502 with no zlib header or trailer, and will not compute an adler32 check value.
509 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
563 Upon return of this function, strm->adler is set to the adler32 value
565 which dictionary has been used by the compressor. (The adler32 value
568 adler32 value is not computed and strm->adler is not set
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
zlib.h 99 uLong adler; /* adler32 value of the uncompressed data */
309 deflate() sets strm->adler to the adler32 checksum of all input read
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
433 strm->adler to the adler32 checksum of all output produced so far (that is,
435 below. At the end of the stream, inflate() checks that its computed adler32
502 with no zlib header or trailer, and will not compute an adler32 check value.
509 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
563 Upon return of this function, strm->adler is set to the adler32 value
565 which dictionary has been used by the compressor. (The adler32 value
568 adler32 value is not computed and strm->adler is not set
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
zlib.h 99 uLong adler; /* adler32 value of the uncompressed data */
309 deflate() sets strm->adler to the adler32 checksum of all input read
431 below), inflate sets strm->adler to the adler32 checksum of the dictionary
433 strm->adler to the adler32 checksum of all output produced so far (that is,
435 below. At the end of the stream, inflate() checks that its computed adler32
502 with no zlib header or trailer, and will not compute an adler32 check value.
509 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
563 Upon return of this function, strm->adler is set to the adler32 value
565 which dictionary has been used by the compressor. (The adler32 value
568 adler32 value is not computed and strm->adler is not set
    [all...]

Completed in 508 milliseconds

12 3