/external/python/cpython2/Modules/zlib/ |
H A D | adler32.c | 0 /* adler32.c -- compute the Adler-32 checksum of a data stream 65 uLong ZEXPORT adler32(adler, buf, len) function 145 /* for negative len, return invalid adler32 as a clue for debugging */
|
H A D | zconf.h | 29 # define adler32 z_adler32 macro
|
/external/syslinux/com32/lib/zlib/ |
H A D | adler32.c | 0 /* adler32.c -- compute the Adler-32 checksum of a data stream 60 uLong ZEXPORT adler32(adler, buf, len) function
|
H A D | zconf.in.h | 38 # define adler32 z_adler32 macro
|
/external/zlib/src/ |
H A D | adler32.c | 0 /* adler32.c -- compute the Adler-32 checksum of a data stream 65 uLong ZEXPORT adler32(adler, buf, len) function 145 /* for negative len, return invalid adler32 as a clue for debugging */
|
H A D | zconf.h | 29 # define adler32 z_adler32 macro
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
H A D | ChecksumImpl.cs | 160 private static extern uint adler32(uint adler, int data, uint length);
method in class:DotZLib.AdlerChecksum 191 _current = adler32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count);
|
/external/zopfli/src/zopfli/ |
H A D | zlib_container.c | 28 /* Calculates the adler32 checksum of the data */ 29 static unsigned adler32(const unsigned char* data, size_t size) function 54 unsigned checksum = adler32(in, (unsigned)insize);
|
/external/pdfium/third_party/zlib_v128/ |
H A D | adler32.c | 0 /* adler32.c -- compute the Adler-32 checksum of a data stream 65 uLong ZEXPORT adler32( function 145 /* for negative len, return invalid adler32 as a clue for debugging */
|
H A D | zconf.h | 29 # define adler32 z_adler32 macro
|
H A D | zlib.h | 39 #define adler32 FPDFAPI_adler32 macro 171 uLong adler; /* adler32 value of the uncompressed data */ 403 deflate() sets strm->adler to the adler32 checksum of all input read 548 below. At the end of the stream, inflate() checks that its computed adler32 558 gzip-wrapped deflate data, strm->adler32 is set to the CRC-32 of the output 618 with no zlib header or trailer, and will not compute an adler32 check value. 625 gzip stream is being written, strm->adler is a crc32 instead of an adler32. 686 Upon return of this function, strm->adler is set to the adler32 value 688 which dictionary has been used by the compressor. (The adler32 value 691 adler32 valu [all...] |
/external/guava/guava-tests/test/com/google/common/hash/ |
H A D | HashFunctionEnum.java | 25 ADLER32(Hashing.adler32()),
|
/external/freetype/src/gzip/ |
H A D | ftzconf.h | 35 # define adler32 z_adler32 macro
|
H A D | zconf.h | 35 # define adler32 z_adler32 macro
|
/external/zlib/src/contrib/delphi/ |
H A D | ZLib.pas | 40 adler: Longint; // adler32 value of the uncompressed data 200 {$L adler32.obj} 212 procedure adler32; external; procedure
|
/external/zlib/src/contrib/pascal/ |
H A D | zlibpas.pas | 45 adler: LongInt; (* adler32 value of the uncompressed data *) 154 function adler32(adler: LongInt; const buf: PChar; len: Integer): LongInt; function 176 {$L adler32.obj} 188 function adler32; external; function
|
/external/guava/guava/src/com/google/common/hash/ |
H A D | Hashing.java | 269 public static HashFunction adler32() { method in class:Hashing 275 checksumHashFunction(ChecksumType.ADLER_32, "Hashing.adler32()");
|
/external/syslinux/com32/include/ |
H A D | zconf.h | 27 # define adler32 z_adler32 macro
|
/external/valgrind/auxprogs/ |
H A D | valgrind-di-server.c | 250 UInt adler32( UInt adler, const UChar* buf, UInt len ) function 700 UChar rd_first8[8]; // adler32; length32 721 UInt adler = adler32(0, NULL, 0); // initial value 722 adler = adler32(adler, &rd_first8[4], 4); 724 adler = adler32(adler, req->data, req->n_data); 889 adler = adler32(0, NULL, 0); 894 adler = adler32(adler, &wr_first8[4], 4); 896 adler = adler32(adler, res->data, res->n_data);
|
/external/valgrind/coregrind/ |
H A D | m_libcbase.c | 1039 UInt VG_(adler32)( UInt adler, const UChar* buf, UInt len ) function
|
/external/zlib/ |
H A D | zconf.h | 29 # define adler32 z_adler32 macro
|
/external/tcpdump/ |
H A D | print-sctp.c | 159 uint32_t adler32; member in struct:sctpHeader
|
/external/zopfli/src/zopflipng/lodepng/ |
H A D | lodepng.cpp | 2059 /*Return the adler32 of the bytes data[0..len-1]*/ 2060 static unsigned adler32(const unsigned char* data, unsigned len) function 2109 unsigned checksum = adler32(*out, (unsigned)(*outsize)); 2163 ADLER32 = adler32(in, (unsigned)insize);
|
/external/dexmaker/lib/ |
H A D | libcore-dex-2.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dex/ com/android/dex/util/ ... |
/external/guice/lib/ |
H A D | guava-16.0.1.jar | META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ... |