/external/zlib/src/msdos/ |
Makefile.msc | 40 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj 50 adler32.obj: adler32.c zlib.h zconf.h
|
Makefile.emx | 36 OBJS = adler32.o compress.o crc32.o gzclose.o gzlib.o gzread.o gzwrite.o \
|
/development/ide/xcode/zlib.xcodeproj/ |
project.pbxproj | 10 FE08AA0D0944F1E40057213F /* adler32.c in Sources */ = {isa = PBXBuildFile; fileRef = FE08AA020944F1E40057213F /* adler32.c */; }; 61 FE08AA020944F1E40057213F /* adler32.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = adler32.c; path = "../../extlibs/zlib-1.2.3/adler32.c"; sourceTree = SOURCE_ROOT; }; 110 FE08AA020944F1E40057213F /* adler32.c */, 235 FE08AA0D0944F1E40057213F /* adler32.c in Sources */,
|
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
DeflaterTest.java | 22 import java.util.zip.Adler32; 280 // getting the checkSum value through the Adler32 class 281 Adler32 adl = new Adler32(); 285 "The checksum value returned by getAdler() is not the same as the checksum returned by creating the adler32 instance", 464 // getting the checkSum value through the Adler32 class 465 Adler32 adl = new Adler32(); 476 adl = new Adler32(); 506 // getting the checkSum value through the Adler32 clas [all...] |
/cts/tools/cfassembler/src/dxconvext/ |
ClassFileAssembler.java | 37 import java.util.zip.Adler32; 159 Adler32 a32 = new Adler32();
|
/external/zlib/src/as400/ |
bndsrc | 8 /* *MODULE ADLER32 ZLIB 01/02/01 00:15:09 */ 11 EXPORT SYMBOL("adler32") 137 /* *MODULE ADLER32 ZLIB 01/02/01 00:15:09 */
|
/external/zlib/src/win32/ |
Makefile.msc | 36 OBJS = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj \ 91 adler32.obj: $(TOP)/adler32.c $(TOP)/zlib.h $(TOP)/zconf.h
|
/external/chromium/sdch/open-vcdiff/man/ |
vcdiff.1 | 49 Include an Adler32 checksum of the target data when encoding.
|
/external/chromium/sdch/ |
sdch.gyp | 16 'open-vcdiff/src/adler32.c',
|
/external/chromium_org/sdch/open-vcdiff/man/ |
vcdiff.1 | 49 Include an Adler32 checksum of the target data when encoding.
|
/external/chromium_org/sdch/open-vcdiff/src/google/ |
format_extension_flags.h | 43 // If this flag is specified, then an Adler32 checksum
|
/external/chromium_org/tools/gn/secondary/third_party/zlib/ |
BUILD.gn | 18 "adler32.c",
|
/external/libpng/contrib/pngminim/preader/ |
makefile | 34 ZOBJS = adler32$(O) crc32$(O) \
|
/external/open-vcdiff/man/ |
vcdiff.1 | 49 Include an Adler32 checksum of the target data when encoding.
|
/external/open-vcdiff/src/google/ |
format_extension_flags.h | 43 // If this flag is specified, then an Adler32 checksum
|
/external/zlib/ |
Android.mk | 9 src/adler32.c \
|
/external/zlib/src/ |
INDEX | 39 adler32.c
|
/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
|
/external/zlib/src/contrib/vstudio/vc10/ |
testzlib.vcxproj.filters | 18 <ClCompile Include="..\..\..\adler32.c">
|
zlibstat.vcxproj.filters | 9 <ClCompile Include="..\..\..\adler32.c">
|
zlibvc.def | 7 adler32 @1
|
/external/zlib/src/contrib/vstudio/vc11/ |
zlibvc.def | 7 adler32 @1
|
/external/zlib/src/contrib/vstudio/vc9/ |
zlibvc.def | 7 adler32 @1
|
/external/zlib/src/doc/ |
rfc1950.txt | 243 |...compressed data...| ADLER32 | 246 Any data which may appear after ADLER32 are not part of the zlib 297 of this sequence of bytes (see the definition of ADLER32 323 ADLER32 (Adler-32 checksum) 352 and ADLER32, but need not support preset dictionaries. When the 359 A compliant decompressor must check CMF, FLG, and ADLER32, and 413 A decoder that fails to check the ADLER32 checksum value may be 566 /* Return the adler32 of the bytes buf[0..len-1] */ 577 unsigned long adler32(unsigned char *buf, int len)
|
/external/zlib/src/old/ |
Makefile.emx | 36 OBJS = adler32.o compress.o crc32.o deflate.o gzclose.o gzlib.o gzread.o \
|