Home
last modified time | relevance | path

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

/external/libwebsockets/win32port/zlib/
Ddeflate.c120 ush nice_length; /* quit search above this match length */ member
455 s->nice_match = configuration_table[level].nice_length;
463 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument
467 int nice_length;
476 s->nice_match = nice_length;
1045 s->nice_match = configuration_table[s->level].nice_length;
Dzlib.h670 int nice_length,
/external/python/cpython2/Modules/zlib/
Ddeflate.c123 ush nice_length; /* quit search above this match length */ member
609 s->nice_match = configuration_table[level].nice_length;
617 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument
621 int nice_length;
630 s->nice_match = nice_length;
1205 s->nice_match = configuration_table[s->level].nice_length;
Dzlib.h746 int nice_length,
/external/zlib/
Ddeflate.c142 ush nice_length; /* quit search above this match length */ member
655 s->nice_match = configuration_table[level].nice_length;
663 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument
667 int nice_length;
676 s->nice_match = nice_length;
1250 s->nice_match = configuration_table[s->level].nice_length;
Dzlib.h791 int nice_length,
/external/rust/crates/libz-sys/src/zlib/
Ddeflate.c123 ush nice_length; /* quit search above this match length */ member
609 s->nice_match = configuration_table[level].nice_length;
617 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument
621 int nice_length;
630 s->nice_match = nice_length;
1205 s->nice_match = configuration_table[s->level].nice_length;
Dzlib.h746 int nice_length,
/external/rust/crates/libz-sys/src/zlib-ng/
Ddeflate.c140 uint16_t nice_length; /* quit search above this match length */ member
634 s->nice_match = configuration_table[level].nice_length; in PREFIX()
642 …(PREFIX3(stream) *strm, int32_t good_length, int32_t max_lazy, int32_t nice_length, int32_t max_ch… in PREFIX()
650 s->nice_match = nice_length; in PREFIX()
1182 s->nice_match = configuration_table[s->level].nice_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 …eTune(zng_stream *strm, int32_t good_length, int32_t max_lazy, int32_t nice_length, int32_t max_ch…
/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.rs96 nice_length: c_int, in deflateTune()
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dexample.c958 int nice_length = 18; 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.c955 int nice_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.abi557 …<parameter type-id='type-id-22' name='nice_length' filepath='src.d/deflate.c' line='621' column='1…