Searched defs:adler (Results 1 - 22 of 22) sorted by path

/external/freetype/src/gzip/
H A Dzlib.h85 uLong adler; /* adler32 value of the uncompressed data */ member in struct:z_stream_s
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
459 Upon return of this function, strm->adler is set to the Adler32 value
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);
789 if (adler !
[all...]
/external/libpng/
H A Dpng.c2212 png_uint_32 adler, crc, length; member in struct:__anon11543
2219 # define PNG_ICC_CHECKSUM(adler, crc, md5, intent, broke, date, length, fname)\
2220 { adler, crc, length, md5, broke, intent },
2273 png_const_bytep profile, uLong adler)
2325 if (adler == 0)
2327 adler = adler32(0, NULL, 0);
2328 adler = adler32(adler, profile, length);
2331 if (adler == png_sRGB_checks[i].adler)
2272 png_compare_ICC_profile_with_sRGB(png_const_structrp png_ptr, png_const_bytep profile, uLong adler) argument
2393 png_icc_set_sRGB(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_bytep profile, uLong adler) argument
[all...]
/external/pdfium/third_party/libpng16/
H A Dpng.c2178 png_uint_32 adler, crc, length; member in struct:__anon16742
2185 # define PNG_ICC_CHECKSUM(adler, crc, md5, intent, broke, date, length, fname)\
2186 { adler, crc, length, md5, broke, intent },
2239 png_const_bytep profile, uLong adler)
2291 if (adler == 0)
2293 adler = adler32(0, NULL, 0);
2294 adler = adler32(adler, profile, length);
2297 if (adler == png_sRGB_checks[i].adler)
2238 png_compare_ICC_profile_with_sRGB(png_const_structrp png_ptr, png_const_bytep profile, uLong adler) argument
2360 png_icc_set_sRGB(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_bytep profile, uLong adler) argument
[all...]
/external/pdfium/third_party/zlib_v128/
H A Dadler32.c18 #define DO1(buf,i) {adler += (buf)[i]; sum2 += adler;}
66 uLong adler,
74 sum2 = (adler >> 16) & 0xffff;
75 adler &= 0xffff;
79 adler += buf[0];
80 if (adler >= BASE)
81 adler -= BASE;
82 sum2 += adler;
85 return adler | (sum
65 adler32( uLong adler, const Bytef *buf, uInt len) argument
[all...]
H A Dzlib.h171 uLong adler; /* adler32 value of the uncompressed data */ member in struct:z_stream_s
403 deflate() sets strm->adler to the adler32 checksum of all input read
544 below), inflate sets strm->adler to the Adler-32 checksum of the dictionary
546 strm->adler to the Adler-32 checksum of all output produced so far (that is,
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
691 adler32 value is not computed and strm->adler is not set.
873 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is a
1638 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1649 uLong adler
[all...]
/external/python/cpython2/Modules/zlib/
H A Dzlib.h102 uLong adler; /* adler32 value of the uncompressed data */ member in struct:z_stream_s
334 deflate() sets strm->adler to the adler32 checksum of all input read
475 below), inflate sets strm->adler to the Adler-32 checksum of the dictionary
477 strm->adler to the Adler-32 checksum of all output produced so far (that is,
556 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
617 Upon return of this function, strm->adler is set to the adler32 value
622 adler32 value is not computed and strm->adler is not set.
804 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is a
1569 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1580 uLong adler
[all...]
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/skia/third_party/libpng/
H A Dpng.c2178 png_uint_32 adler, crc, length; member in struct:__anon18541
2185 # define PNG_ICC_CHECKSUM(adler, crc, md5, intent, broke, date, length, fname)\
2186 { adler, crc, length, md5, broke, intent },
2239 png_const_bytep profile, uLong adler)
2291 if (adler == 0)
2293 adler = adler32(0, NULL, 0);
2294 adler = adler32(adler, profile, length);
2297 if (adler == png_sRGB_checks[i].adler)
2238 png_compare_ICC_profile_with_sRGB(png_const_structrp png_ptr, png_const_bytep profile, uLong adler) argument
2360 png_icc_set_sRGB(png_const_structrp png_ptr, png_colorspacerp colorspace, png_const_bytep profile, uLong adler) argument
[all...]
/external/syslinux/com32/include/
H A Dzlib.h102 uLong adler; /* adler32 value of the uncompressed data */ member in struct:z_stream_s
333 deflate() sets strm->adler to the adler32 checksum of all input read
468 below), inflate sets strm->adler to the adler32 checksum of the dictionary
470 strm->adler to the adler32 checksum of all output produced so far (that is,
547 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
603 Upon return of this function, strm->adler is set to the adler32 value
608 adler32 value is not computed and strm->adler is not set.
769 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is a
1469 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1480 uLong adler
[all...]
/external/valgrind/auxprogs/
H A Dvalgrind-di-server.c250 UInt adler32( UInt adler, const UChar* buf, UInt len ) argument
257 # define DO1(buf,i) {adler += (buf)[i]; sum2 += adler;}
298 sum2 = (adler >> 16) & 0xffff;
299 adler &= 0xffff;
303 adler += buf[0];
304 if (adler >= BASE)
305 adler -= BASE;
306 sum2 += adler;
309 return adler | (sum
721 UInt adler = adler32(0, NULL, 0); // initial value local
[all...]
/external/valgrind/coregrind/m_debuginfo/
H A Dimage.c286 adler(le32) n_data(le32) data[0 .. n_data-1]
290 UInt adler = VG_(adler32)(0, NULL, 0); local
295 adler = VG_(adler32)(adler, &wr_first8[4], 4);
297 adler = VG_(adler32)(adler, req->data, req->n_data);
298 write_UInt_le(&wr_first8[0], adler);
326 adler = VG_(adler32)(0, NULL, 0); // initial value
327 adler = VG_(adler32)(adler,
[all...]
/external/valgrind/coregrind/
H A Dm_libcbase.c1039 UInt VG_(adler32)( UInt adler, const UChar* buf, UInt len ) argument
1046 # define DO1(buf,i) {adler += (buf)[i]; sum2 += adler;}
1087 sum2 = (adler >> 16) & 0xffff;
1088 adler &= 0xffff;
1092 adler += buf[0];
1093 if (adler >= BASE)
1094 adler -= BASE;
1095 sum2 += adler;
1098 return adler | (sum
[all...]
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DChecksumImpl.cs160 private static extern uint adler32(uint adler, int data, uint length); argument
H A DDotZLib.cs49 public uint adler; field in struct:DotZLib.ZStream
/external/zlib/src/
H A Dzlib.h102 uLong adler; /* adler32 value of the uncompressed data */ member in struct:z_stream_s
334 deflate() sets strm->adler to the adler32 checksum of all input read
475 below), inflate sets strm->adler to the Adler-32 checksum of the dictionary
477 strm->adler to the Adler-32 checksum of all output produced so far (that is,
556 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
617 Upon return of this function, strm->adler is set to the adler32 value
622 adler32 value is not computed and strm->adler is not set.
804 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is a
1569 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1580 uLong adler
[all...]
/external/zlib/
H A Dzlib.h102 uLong adler; /* adler32 value of the uncompressed data */ member in struct:z_stream_s
334 deflate() sets strm->adler to the adler32 checksum of all input read
475 below), inflate sets strm->adler to the Adler-32 checksum of the dictionary
477 strm->adler to the Adler-32 checksum of all output produced so far (that is,
556 gzip stream is being written, strm->adler is a crc32 instead of an adler32.
617 Upon return of this function, strm->adler is set to the adler32 value
622 adler32 value is not computed and strm->adler is not set.
804 return a Z_DATA_ERROR). If a gzip stream is being decoded, strm->adler is a
1569 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1580 uLong adler
[all...]
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp2036 static unsigned update_adler32(unsigned adler, const unsigned char* data, unsigned len) argument
2038 unsigned s1 = adler & 0xffff;
2039 unsigned s2 = (adler >> 16) & 0xffff;
2110 if(checksum != ADLER32) return 58; /*error, adler checksum not correct, data must be corrupted*/

Completed in 633 milliseconds