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

/external/qemu/distrib/zlib-1.2.3/
H A Dadler32.c0 /* adler32.c -- compute the Adler-32 checksum of a data stream
57 uLong ZEXPORT adler32(adler, buf, len) function
H A Dzconf.h41 # define adler32 z_adler32 macro
/external/chromium/sdch/open-vcdiff/src/
H A Dadler32.c0 /* adler32.c -- compute the Adler-32 checksum of a data stream
59 The adler32 code below computes, in effect,
74 NOTE: If adler32() is changed in ANY way, be absolutely sure that the
97 uLong ZEXPORT adler32(adler, buf, len) function
H A Dzconf.h41 # define adler32 z_adler32 macro
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dadler32.c0 /* adler32.c -- compute the Adler-32 checksum of a data stream
59 The adler32 code below computes, in effect,
74 NOTE: If adler32() is changed in ANY way, be absolutely sure that the
97 uLong ZEXPORT adler32(adler, buf, len) function
H A Dzconf.h41 # define adler32 z_adler32 macro
/external/chromium_org/third_party/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 Dmozzconf.h90 #define adler32 MOZ_Z_adler32 macro
H A Dzconf.h30 # define adler32 z_adler32 macro
/external/open-vcdiff/src/zlib/
H A Dadler32.c0 /* adler32.c -- compute the Adler-32 checksum of a data stream
59 The adler32 code below computes, in effect,
74 NOTE: If adler32() is changed in ANY way, be absolutely sure that the
97 uLong ZEXPORT adler32(adler, buf, len) function
H A Dzconf.h41 # 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/valgrind/main/VEX/useful/
H A Dsmchash.c193 static UInt adler32 ( GuestBytes* gb ) function
232 //adler32;
/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/tcpdump/
H A DsctpHeader.h66 u_int32_t adler32; member in struct:sctpHeader
/external/zlib/
H A Dzconf.h29 # define adler32 z_adler32 macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 214 milliseconds