Home
last modified time | relevance | path

Searched refs:deflateBound (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/
H A Dstreaming_inflate_fuzzer.cc31 size_t comp_buf_cap = deflateBound(&comp_strm, size); in LLVMFuzzerTestOneInput()
/third_party/node/deps/v8/third_party/zlib/
H A Dzconf.h55 # define deflateBound z_deflateBound macro
537 #pragma map(deflateBound,"DEBND")
H A Dchromeconf.h54 #define deflateBound Cr_z_deflateBound macro
H A Dzlib.h336 call, avail_out must be at least the value returned by deflateBound (see
760 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
763 deflateBound() returns an upper bound on the compressed size after
769 deflateBound(), and the flush value Z_FINISH, then deflate() is guaranteed
771 be larger than the value returned by deflateBound() if flush options other
H A Ddeflate.c704 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() function
/third_party/node/deps/zlib/
H A Dzconf.h58 # define deflateBound z_deflateBound macro
554 #pragma map(deflateBound,"DEBND")
H A Dchromeconf.h57 #define deflateBound Cr_z_deflateBound macro
H A Dzlib.h336 call, avail_out must be at least the value returned by deflateBound (see
760 ZEXTERN uLong ZEXPORT deflateBound(z_streamp strm,
763 deflateBound() returns an upper bound on the compressed size after
769 deflateBound(), and the flush value Z_FINISH, then deflate() is guaranteed
771 be larger than the value returned by deflateBound() if flush options other
H A Ddeflate.c872 uLong ZEXPORT deflateBound(z_streamp strm, uLong sourceLen) { in deflateBound() function
/third_party/libwebsockets/win32port/zlib/
H A Dzconf.h37 # define deflateBound z_deflateBound macro
417 #pragma map(deflateBound,"DEBND")
H A Dzlib.h330 value returned by deflateBound (see below). If deflate does not return
684 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
687 deflateBound() returns an upper bound on the compressed size after
H A Ddeflate.c535 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() function
/third_party/skia/third_party/externals/zlib/
H A Dzconf.h55 # define deflateBound z_deflateBound macro
537 #pragma map(deflateBound,"DEBND")
H A Dchromeconf.h54 #define deflateBound Cr_z_deflateBound macro
H A Dzlib.h336 call, avail_out must be at least the value returned by deflateBound (see
760 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
763 deflateBound() returns an upper bound on the compressed size after
769 deflateBound(), and the flush value Z_FINISH, then deflate() is guaranteed
771 be larger than the value returned by deflateBound() if flush options other
H A Ddeflate.c698 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() function
/third_party/zlib/
H A Dzconf.h46 # define deflateBound z_deflateBound macro
531 #pragma map(deflateBound,"DEBND")
H A Dzlib.h336 call, avail_out must be at least the value returned by deflateBound (see
761 ZEXTERN uLong ZEXPORT deflateBound(z_streamp strm,
764 deflateBound() returns an upper bound on the compressed size after
770 deflateBound(), and the flush value Z_FINISH, then deflate() is guaranteed
772 be larger than the value returned by deflateBound() if flush options other
H A Ddeflate.c839 uLong ZEXPORT deflateBound(z_streamp strm, uLong sourceLen) in deflateBound() function
/third_party/ffmpeg/libavcodec/
H A Dlclenc.c74 int max_size = deflateBound(zstream, avctx->width * avctx->height * 3); in encode_frame()
H A Dpngenc.c593 bound = deflateBound(&s->zstream.zstream, sd->size); in add_icc_profile_size()
612 enc_row_size = deflateBound(&s->zstream.zstream, in encode_png()
943 enc_row_size = deflateBound(&s->zstream.zstream, in encode_apng()
/third_party/zlib/contrib/pascal/
H A Dzlibpas.pas122 function deflateBound(var strm: z_stream; sourceLen: LongInt): LongInt; in deflateBound() function
196 function deflateBound; external; function
/third_party/astc-encoder/Source/
H A Dtinyexr.h725 deflateInit/deflateInit2/deflate/deflateReset/deflateEnd/deflateBound
1244 #define deflateBound mz_deflateBound macro

Completed in 55 milliseconds