/libcore/luni/src/main/java/java/util/zip/ |
CRC32.java | 24 * input value. See also {@link Adler32} which is almost as good, but cheaper.
|
/external/kernel-headers/original/linux/ |
zlib.h | 99 uLong adler; /* adler32 value of the uncompressed data */ 273 deflate() sets strm->adler to the adler32 checksum of all input read 400 below), inflate sets strm->adler to the adler32 checksum of the dictionary 402 strm->adler to the adler32 checksum of all output produced so far (that is, 404 below. At the end of the stream, inflate() checks that its computed adler32 517 Upon return of this function, strm->adler is set to the Adler32 value 519 which dictionary has been used by the compressor. (The Adler32 value 610 recommended that a check value such as an adler32 or a crc32 be applied to 619 a crc32 instead of an adler32. 636 can be determined from the adler32 value returned by that call of inflate [all...] |
/art/runtime/ |
oat.cc | 39 adler32_checksum_ = adler32(0L, Z_NULL, 0); 92 adler32_checksum_ = adler32(adler32_checksum_, bytes, length);
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
CheckedOutputStreamTest.java | 22 import java.util.zip.Adler32; 58 new Adler32());
|
/external/chromium/sdch/open-vcdiff/src/ |
vcdecoder_test.h | 55 // This function adds an Adler32 checksum to the delta window header. 58 // This function computes the Adler32 checksum for the expected target
|
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_org/sdch/open-vcdiff/src/ |
vcdecoder_test.h | 55 // This function adds an Adler32 checksum to the delta window header. 58 // This function computes the Adler32 checksum for the expected target
|
/external/open-vcdiff/src/ |
vcdecoder_test.h | 55 // This function adds an Adler32 checksum to the delta window header. 58 // This function computes the Adler32 checksum for the expected target
|
/external/qemu/distrib/zlib-1.2.3/ |
adler32.c | 0 /* adler32.c -- compute the Adler-32 checksum of a data stream 57 uLong ZEXPORT adler32(adler, buf, len) function
|
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/src/as400/ |
readme.txt | 69 adler32.c ADLER32 C ZLIB - Compute the Adler-32 checksum of a dta strm
|
/dalvik/libdex/ |
DexFile.cpp | 161 * than most other things tried (e.g. adler32). 356 ALOGV("+++ adler32 checksum (%08x) verified", adler); 368 ALOGV("+++ adler32 opt checksum (%08x) verified", adler); 484 uLong adler = adler32(0L, Z_NULL, 0); 487 return (u4) adler32(adler, start + nonSum, pHeader->fileSize - nonSum);
|
/external/chromium_org/sdch/open-vcdiff/src/zlib/ |
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/open-vcdiff/src/zlib/ |
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...] |
/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...] |
/prebuilts/ndk/4/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...] |
/prebuilts/ndk/4/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...] |
/prebuilts/ndk/4/platforms/android-5/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...] |
/prebuilts/ndk/4/platforms/android-5/arch-x86/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...] |
/prebuilts/ndk/4/platforms/android-8/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...] |
/prebuilts/ndk/4/platforms/android-8/arch-x86/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...] |
/prebuilts/ndk/5/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...] |
/prebuilts/ndk/6/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...] |
/prebuilts/ndk/6/platforms/android-3/arch-x86/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...] |
/prebuilts/ndk/7/platforms/android-14/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...] |