HomeSort by relevance Sort by last modified time
    Searched defs:adler32 (Results 1 - 25 of 125) sorted by null

1 2 3 4 5

  /external/zopfli/src/zopfli/
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/opencv3/3rdparty/zlib/
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 */
  /external/pdfium/third_party/zlib_v128/
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 */
  /external/zlib/src/
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 */
  /external/guava/guava-tests/test/com/google/common/hash/
HashFunctionEnum.java 25 ADLER32(Hashing.adler32()),
  /external/freetype/src/gzip/
zconf.h 35 # define adler32 z_adler32 macro
  /external/valgrind/VEX/useful/
smchash.c 193 static UInt adler32 ( GuestBytes* gb ) function
232 //adler32;
  /external/zlib/src/contrib/delphi/
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/
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
  /libcore/luni/src/test/java/libcore/java/util/zip/
InflaterTest.java 20 import java.util.zip.Adler32;
55 // 3. ...and that dictionary has the same Adler32 as the dictionary we used.
56 assertEquals(adler32(dictionary), inflater.getAdler()); method
120 private static int adler32(byte[] bytes) { method in class:InflaterTest
121 Adler32 adler32 = new Adler32(); local
122 adler32.update(bytes);
123 return (int) adler32.getValue();
  /cts/tests/tests/media/libmediandkjni/
native-media-jni.cpp 184 static int adler32(const uint8_t *input, int len) { function
215 int sum = adler32(bb, width * height);
  /development/ndk/platforms/android-3/include/
zconf.h 41 # define adler32 z_adler32 macro
  /external/guava/guava/src/com/google/common/hash/
Hashing.java 25 import java.util.zip.Adler32;
262 * delegating to the {@link Adler32} {@link Checksum}.
269 public static HashFunction adler32() { method in class:Hashing
275 checksumHashFunction(ChecksumType.ADLER_32, "Hashing.adler32()");
292 return new Adler32();
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
zconf.h 41 # define adler32 z_adler32 macro
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
zconf.h 41 # define adler32 z_adler32 macro
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
zconf.h 41 # define adler32 z_adler32 macro
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
zconf.h 41 # define adler32 z_adler32 macro
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
zconf.h 41 # define adler32 z_adler32 macro
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
zconf.h 41 # define adler32 z_adler32 macro
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/
zconf.h 41 # define adler32 z_adler32 macro
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/
zconf.h 41 # define adler32 z_adler32 macro
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/
zconf.h 41 # define adler32 z_adler32 macro
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/
zconf.h 41 # define adler32 z_adler32 macro
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
zconf.h 41 # define adler32 z_adler32 macro
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
zconf.h 41 # define adler32 z_adler32 macro

Completed in 2966 milliseconds

1 2 3 4 5