Searched defs:adler (Results 1 – 15 of 15) sorted by relevance
/external/freetype/src/gzip/ |
D | adler32.c | 22 uLong adler, in adler32()
|
D | zlib.h | 85 uLong adler; /* adler32 value of the uncompressed data */ member
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | ChecksumImpl.cs | 160 private static extern uint adler32(uint adler, int data, uint length); in adler32()
|
D | DotZLib.cs | 49 public uint adler; field
|
/external/zlib/src/ |
D | adler32.c | 65 uLong ZEXPORT adler32(adler, buf, len) in adler32() argument
|
D | zlib.h | 102 uLong adler; /* adler32 value of the uncompressed data */ member
|
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/ |
D | fx_zlib_adler32.c | 66 uLong adler, in adler32()
|
D | zlib.h | 171 uLong adler; /* adler32 value of the uncompressed data */ member
|
/external/valgrind/auxprogs/ |
D | valgrind-di-server.c | 248 UInt adler32( UInt adler, const UChar* buf, UInt len ) in adler32() 719 UInt adler = adler32(0, NULL, 0); // initial value in handle_transaction() local
|
/external/zlib/ |
D | zlib.h | 102 uLong adler; /* adler32 value of the uncompressed data */ member
|
/external/pdfium/core/include/thirdparties/zlib/ |
D | zlib.h | 167 uLong adler; /* adler32 value of the uncompressed data */ member
|
/external/valgrind/coregrind/m_debuginfo/ |
D | image.c | 227 UInt adler = VG_(adler32)(0, NULL, 0); in do_transaction() local
|
D | minilzo-inl.c | 2406 lzo_adler32(lzo_uint32 adler, const lzo_bytep buf, lzo_uint len) in lzo_adler32()
|
/external/libvncserver/common/ |
D | minilzo.c | 2356 lzo_adler32(lzo_uint32 adler, const lzo_bytep buf, lzo_uint len) in lzo_adler32()
|
/external/zopfli/src/zopflipng/lodepng/ |
D | lodepng.cpp | 2036 static unsigned update_adler32(unsigned adler, const unsigned char* data, unsigned len) in update_adler32()
|