/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/ |
H A D | streaming_inflate_fuzzer.cc | 31 size_t comp_buf_cap = deflateBound(&comp_strm, size); in LLVMFuzzerTestOneInput()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | zconf.h | 55 # define deflateBound z_deflateBound macro 537 #pragma map(deflateBound,"DEBND")
|
H A D | chromeconf.h | 54 #define deflateBound Cr_z_deflateBound macro
|
H A D | zlib.h | 336 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 D | deflate.c | 704 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() function
|
/third_party/node/deps/zlib/ |
H A D | zconf.h | 58 # define deflateBound z_deflateBound macro 554 #pragma map(deflateBound,"DEBND")
|
H A D | chromeconf.h | 57 #define deflateBound Cr_z_deflateBound macro
|
H A D | zlib.h | 336 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 D | deflate.c | 872 uLong ZEXPORT deflateBound(z_streamp strm, uLong sourceLen) { in deflateBound() function
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zconf.h | 37 # define deflateBound z_deflateBound
macro 417 #pragma map(deflateBound,"DEBND")
|
H A D | zlib.h | 330 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 D | deflate.c | 535 uLong ZEXPORT deflateBound(strm, sourceLen)
in deflateBound() function
|
/third_party/skia/third_party/externals/zlib/ |
H A D | zconf.h | 55 # define deflateBound z_deflateBound macro 537 #pragma map(deflateBound,"DEBND")
|
H A D | chromeconf.h | 54 #define deflateBound Cr_z_deflateBound macro
|
H A D | zlib.h | 336 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 D | deflate.c | 698 uLong ZEXPORT deflateBound(strm, sourceLen) in deflateBound() function
|
/third_party/zlib/ |
H A D | zconf.h | 46 # define deflateBound z_deflateBound macro 531 #pragma map(deflateBound,"DEBND")
|
H A D | zlib.h | 336 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 D | deflate.c | 839 uLong ZEXPORT deflateBound(z_streamp strm, uLong sourceLen) in deflateBound() function
|
/third_party/ffmpeg/libavcodec/ |
H A D | lclenc.c | 74 int max_size = deflateBound(zstream, avctx->width * avctx->height * 3); in encode_frame()
|
H A D | pngenc.c | 593 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 D | zlibpas.pas | 122 function deflateBound(var strm: z_stream; sourceLen: LongInt): LongInt; in deflateBound() function 196 function deflateBound; external; function
|
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 725 deflateInit/deflateInit2/deflate/deflateReset/deflateEnd/deflateBound 1244 #define deflateBound mz_deflateBound macro
|