Home
last modified time | relevance | path

Searched refs:good_length (Results 1 – 16 of 16) sorted by relevance

/external/libwebsockets/win32port/zlib/
Ddeflate.c118 ush good_length; /* reduce lazy search above this match length */ member
454 s->good_match = configuration_table[level].good_length;
463 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument
465 int good_length;
474 s->good_match = good_length;
1044 s->good_match = configuration_table[s->level].good_length;
Dzlib.h668 int good_length,
/external/python/cpython2/Modules/zlib/
Ddeflate.c121 ush good_length; /* reduce lazy search above this match length */ member
608 s->good_match = configuration_table[level].good_length;
617 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument
619 int good_length;
628 s->good_match = (uInt)good_length;
1204 s->good_match = configuration_table[s->level].good_length;
Dzlib.h744 int good_length,
/external/zlib/
Ddeflate.c140 ush good_length; /* reduce lazy search above this match length */ member
654 s->good_match = configuration_table[level].good_length;
663 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument
665 int good_length;
674 s->good_match = (uInt)good_length;
1249 s->good_match = configuration_table[s->level].good_length;
Dzlib.h789 int good_length,
/external/rust/crates/libz-sys/src/zlib/
Ddeflate.c121 ush good_length; /* reduce lazy search above this match length */ member
608 s->good_match = configuration_table[level].good_length;
617 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument
619 int good_length;
628 s->good_match = (uInt)good_length;
1204 s->good_match = configuration_table[s->level].good_length;
Dzlib.h744 int good_length,
/external/rust/crates/libz-sys/src/zlib-ng/
Ddeflate.c138 uint16_t good_length; /* reduce lazy search above this match length */ member
633 s->good_match = configuration_table[level].good_length; in PREFIX()
642 int32_t Z_EXPORT PREFIX(deflateTune)(PREFIX3(stream) *strm, int32_t good_length, int32_t max_lazy, … in PREFIX()
648 s->good_match = (unsigned int)good_length; in PREFIX()
1181 s->good_match = configuration_table[s->level].good_length; in lm_init()
Dzlib.h736 Z_EXTERN int Z_EXPORT deflateTune(z_stream *strm, int good_length, int max_lazy, int nice_length, i…
Dzlib-ng.h731 int32_t zng_deflateTune(zng_stream *strm, int32_t good_length, int32_t max_lazy, int32_t nice_lengt…
/external/rust/crates/libz-sys/src/zlib/contrib/pascal/
Dzlibpas.pas121 function deflateTune(var strm: z_stream; good_length, max_lazy, nice_length, max_chain: Integer): I… in deflateTune() argument
/external/rust/crates/libz-sys/src/
Dlib.rs94 good_length: c_int, in deflateTune()
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dexample.c956 int good_length = 3; in test_deflate_tune() local
970 … err = PREFIX(deflateTune)(&c_stream,(uInt)good_length,(uInt)max_lazy,nice_length,(uInt)max_chain); in test_deflate_tune()
/external/zstd/zlibWrapper/
Dzstd_zlibwrapper.c953 int good_length, in z_deflateTune() argument
959 return deflateTune(strm, good_length, max_lazy, nice_length, max_chain); in z_deflateTune()
/external/rust/crates/libz-sys/src/zlib-ng/test/abi/
Dzlib-v1.2.11-x86_64-linux-gnu.abi555 …<parameter type-id='type-id-22' name='good_length' filepath='src.d/deflate.c' line='619' column='1…