/third_party/zlib/watcom/ |
H A D | watcom_l.mak | 7 C_SOURCE = adler32.c compress.c crc32.c deflate.c & 12 OBJS = adler32.obj compress.obj crc32.obj deflate.obj & 28 wlib -b -c $(ZLIB_LIB) -+adler32.obj -+compress.obj -+crc32.obj
|
H A D | watcom_f.mak | 7 C_SOURCE = adler32.c compress.c crc32.c deflate.c & 12 OBJS = adler32.obj compress.obj crc32.obj deflate.obj & 28 wlib -b -c $(ZLIB_LIB) -+adler32.obj -+compress.obj -+crc32.obj
|
/third_party/zlib/contrib/delphi/ |
H A D | zlibd32.mak | 21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj 23 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj 33 adler32.obj: adler32.c zlib.h zconf.h
|
/third_party/zlib/contrib/pascal/ |
H A D | zlibd32.mak | 21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj 23 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj 33 adler32.obj: adler32.c zlib.h zconf.h
|
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; in adler32() function 176 {$L adler32.obj} 188 function adler32; external; function
|
/third_party/node/deps/v8/src/snapshot/ |
H A D | snapshot-utils.cc | 19 // Priming the adler32 call so it can see what CPU features are available. in Checksum() 20 adler32(0, nullptr, 0); in Checksum() 21 return static_cast<uint32_t>(adler32(0, payload.begin(), payload.length())); in Checksum()
|
/third_party/python/Lib/test/ |
H A D | test_zlib.py | 75 self.assertEqual(zlib.adler32(b""), zlib.adler32(b"", 1)) 76 self.assertTrue(zlib.adler32(b"abc", 0xffffffff)) 79 self.assertEqual(zlib.adler32(b"", 0), 0) 80 self.assertEqual(zlib.adler32(b"", 1), 1) 81 self.assertEqual(zlib.adler32(b"", 432), 432) 86 self.assertEqual(zlib.adler32(b"penguin", 0), 0x0bcf02f6) 87 self.assertEqual(zlib.adler32(b"penguin", 1), 0x0bd602f7) 90 self.assertEqual(zlib.adler32(b"penguin"),zlib.adler32( [all...] |
/third_party/node/test/parallel/ |
H A D | test-zlib-flush.js | 15 const adler32 = Buffer.from([0x00, 0x00, 0x00, 0xff, 0xff]); 16 const expectedFull = Buffer.concat([blkhdr, chunk, adler32]);
|
/third_party/ffmpeg/tests/fate/ |
H A D | libavutil.mak | 1 FATE_LIBAVUTIL += fate-adler32 2 fate-adler32: libavutil/tests/adler32$(EXESUF) 3 fate-adler32: CMD = run libavutil/tests/adler32$(EXESUF) 4 fate-adler32: CMP = null
|
H A D | hap.mak | 65 fate-hapqa-extract-nosnappy-to-hapq-mov: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -show_data_hash adler32 -bitexact -show_streams -select_streams v -v 0 $(TARGET_PATH)/tests/data/hapq_nosnappy.mov 69 fate-hapqa-extract-nosnappy-to-hapalphaonly-mov: CMD = run ffprobe$(PROGSSUF)$(EXESUF) -show_packets -show_data_hash adler32 -bitexact -show_streams -select_streams v -v 0 $(TARGET_PATH)/tests/data/hapalphaonly_nosnappy.mov
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | checksum-icc.c | 11 * Generate crc32 and adler32 checksums of the given input files, used to 22 uLong a32 = adler32(0, NULL, 0); in read_one_file() 39 a32 = adler32(a32, &b, 1); in read_one_file() 68 printf("/* adler32, crc32, MD5[16], intent, date, length, file-name */\n"); in main()
|
/third_party/zlib/contrib/dotzlib/DotZLib/ |
H A D | ChecksumImpl.cs | 160 private static extern uint adler32(uint adler, int data, uint length);
in adler32() method in DotZLib.AdlerChecksum 191 _current = adler32(_current, hData.AddrOfPinnedObject().ToInt32()+offset, (uint)count);
in Update()
|
/third_party/ffmpeg/libavutil/ |
H A D | Makefile | 4 HEADERS = adler32.h \ 104 OBJS = adler32.o \ 224 TESTPROGS = adler32 \
|
/third_party/skia/third_party/externals/libpng/contrib/pngminim/decoder/ |
H A D | makefile | 32 ZSRCS = adler32$(C) crc32$(C) \ 49 ZOBJS = adler32$(O) crc32$(O) \
|
/third_party/skia/third_party/externals/libpng/contrib/pngminim/encoder/ |
H A D | makefile | 31 ZSRCS = adler32$(C) compress$(C) crc32$(C) deflate$(C) \ 50 ZOBJS = adler32$(O) compress$(O) crc32$(O) deflate$(O) \
|
/third_party/skia/third_party/externals/libpng/contrib/pngminim/preader/ |
H A D | makefile | 48 ZSRCS = adler32$(C) crc32$(C) \ 65 ZOBJS = adler32$(O) crc32$(O) \
|
/third_party/skia/third_party/externals/freetype/src/gzip/ |
H A D | adler32.c | 0 /* adler32.c -- compute the Adler-32 checksum of a data stream 21 ZEXPORT(uLong) adler32( /* adler, buf, len) */ in ZEXPORT()
|
H A D | rules.mk | 42 GZIP_DRV_SRCS := $(GZIP_DIR)/adler32.c \
|
H A D | zlib.h | 85 uLong adler; /* adler32 value of the uncompressed data */ 258 deflate() sets strm->adler to the adler32 checksum of all input read 356 below), inflate sets strm-adler to the adler32 checksum of the 358 it sets strm->adler to the adler32 checksum of all output produced 361 checks that its computed adler32 checksum is equal to that saved by the 369 adler32 checksum), Z_STREAM_ERROR if the stream structure was inconsistent 775 ZEXTERN(uLong) adler32 OF((uLong adler, const Bytef *buf, uInt len)); 784 uLong adler = adler32(0L, Z_NULL, 0); 787 adler = adler32(adler, buffer, length);
|
/third_party/skia/third_party/externals/imgui/misc/fonts/ |
H A D | binary_to_compressed_c.cpp | 140 static stb_uint stb_adler32(stb_uint adler32, stb_uchar *buffer, stb_uint buflen) in stb_adler32() argument 143 unsigned long s1 = adler32 & 0xffff, s2 = adler32 >> 16; in stb_adler32()
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | inflate.c | 410 /* check function to use adler32() for zlib or crc32() for gzip */
413 (state->flags ? crc32(check, buf, len) : adler32(check, buf, len))
415 # define UPDATE(check, buf, len) adler32(check, buf, len)
666 strm->adler = state->check = adler32(0L, Z_NULL, 0);
808 strm->adler = state->check = adler32(0L, Z_NULL, 0);
1268 id = adler32(0L, Z_NULL, 0);
1269 id = adler32(id, dictionary, dictLength);
|
H A D | adler32.c | 0 /* adler32.c -- compute the Adler-32 checksum of a data stream
60 uLong ZEXPORT adler32(adler, buf, len)
in adler32() function
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | chromeconf.h | 42 #define adler32 Cr_z_adler32 macro
|
H A D | adler32.c | 0 /* adler32.c -- compute the Adler-32 checksum of a data stream 101 * Use SSSE3 to compute the adler32. Since this routine can be 103 * call adler32(0, NULL, 0), before making calls to adler32(). 105 * features for those later, more interesting adler32() calls. 108 if (!len) /* Assume user is calling adler32(0, NULL, 0); */ 162 uLong ZEXPORT adler32(adler, buf, len) in adler32() function 180 /* for negative len, return invalid adler32 as a clue for debugging */
|
/third_party/node/deps/zlib/ |
H A D | chromeconf.h | 42 #define adler32 Cr_z_adler32 macro
|