Searched defs:adler32 (Results 1 - 25 of 31) sorted by relevance

12

/external/python/cpython2/Modules/zlib/
H A Dadler32.c0 /* 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 Dzconf.h29 # define adler32 z_adler32 macro
/external/syslinux/com32/lib/zlib/
H A Dadler32.c0 /* adler32.c -- compute the Adler-32 checksum of a data stream
60 uLong ZEXPORT adler32(adler, buf, len) function
H A Dzconf.in.h38 # define adler32 z_adler32 macro
/external/zlib/src/
H A Dadler32.c0 /* 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 Dzconf.h29 # define adler32 z_adler32 macro
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs160 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 Dzlib_container.c28 /* 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 Dadler32.c0 /* 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 Dzconf.h29 # define adler32 z_adler32 macro
H A Dzlib.h39 #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 DHashFunctionEnum.java25 ADLER32(Hashing.adler32()),
/external/freetype/src/gzip/
H A Dftzconf.h35 # define adler32 z_adler32 macro
H A Dzconf.h35 # define adler32 z_adler32 macro
/external/zlib/src/contrib/delphi/
H A DZLib.pas40 adler: Longint; // adler32 value of the uncompressed data
200 {$L adler32.obj}
212 procedure adler32; external; procedure
/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas45 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 DHashing.java269 public static HashFunction adler32() { method in class:Hashing
275 checksumHashFunction(ChecksumType.ADLER_32, "Hashing.adler32()");
/external/syslinux/com32/include/
H A Dzconf.h27 # define adler32 z_adler32 macro
/external/valgrind/auxprogs/
H A Dvalgrind-di-server.c250 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 Dm_libcbase.c1039 UInt VG_(adler32)( UInt adler, const UChar* buf, UInt len ) function
/external/zlib/
H A Dzconf.h29 # define adler32 z_adler32 macro
/external/tcpdump/
H A Dprint-sctp.c159 uint32_t adler32; member in struct:sctpHeader
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp2059 /*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 Dlibcore-dex-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/dex/ com/android/dex/util/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 842 milliseconds

12