Searched defs:deflateBound (Results 1 - 15 of 15) sorted by relevance

/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas122 function deflateBound(var strm: z_stream; sourceLen: LongInt): LongInt; function
196 function deflateBound; external; function
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzconf.h27 # define deflateBound z_deflateBound macro
323 # pragma map(deflateBound,"DEBND")
/external/chromium_org/third_party/zlib/
H A Ddeflate.c492 uLong ZEXPORT deflateBound(strm, sourceLen) function
H A Dmozzconf.h58 #define deflateBound MOZ_Z_deflateBound macro
H A Dzconf.h40 # define deflateBound z_deflateBound macro
419 #pragma map(deflateBound,"DEBND")
/external/qemu/distrib/zlib-1.2.8/
H A Ddeflate.c566 uLong ZEXPORT deflateBound(strm, sourceLen) function
H A Dzconf.h41 # define deflateBound z_deflateBound macro
499 #pragma map(deflateBound,"DEBND")
/external/zlib/src/
H A Ddeflate.c566 uLong ZEXPORT deflateBound(strm, sourceLen) function
H A Dzconf.h41 # define deflateBound z_deflateBound macro
499 #pragma map(deflateBound,"DEBND")
/external/pdfium/core/include/thirdparties/zlib/
H A Dzconf.h41 # define deflateBound z_deflateBound macro
507 #pragma map(deflateBound,"DEBND")
H A Dzlib.h47 #define deflateBound FPDFAPI_deflateBound macro
390 value returned by deflateBound (see below). Then deflate is guaranteed to
758 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
761 deflateBound() returns an upper bound on the compressed size after
767 deflateBound(), and the flush value Z_FINISH, then deflate() is guaranteed
769 be larger than the value returned by deflateBound() if flush options other
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_deflate.c565 uLong ZEXPORT deflateBound( function
H A Dzconf.h41 # define deflateBound z_deflateBound macro
507 #pragma map(deflateBound,"DEBND")
H A Dzlib.h51 #define deflateBound FPDFAPI_deflateBound macro
394 value returned by deflateBound (see below). Then deflate is guaranteed to
762 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
765 deflateBound() returns an upper bound on the compressed size after
771 deflateBound(), and the flush value Z_FINISH, then deflate() is guaranteed
773 be larger than the value returned by deflateBound() if flush options other
/external/zlib/
H A Dzconf.h41 # define deflateBound z_deflateBound macro
499 #pragma map(deflateBound,"DEBND")

Completed in 3087 milliseconds