Home
last modified time | relevance | path

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

/external/syslinux/lzo/src/
Dlzo1x_9x.c97 lzo_uint nice_length,
529 lzo_uint nice_length, in lzo1x_999_compress_internal() argument
566 if (nice_length == 0) in lzo1x_999_compress_internal()
567 nice_length = 0; in lzo1x_999_compress_internal()
590 if (nice_length > 0) in lzo1x_999_compress_internal()
591 swd->nice_length = nice_length; in lzo1x_999_compress_internal()
807 lzo_uint nice_length; in lzo1x_999_compress_level() member
834 c[compression_level].nice_length, in lzo1x_999_compress_level()
Dlzo_swd.ch95 lzo_uint nice_length;
272 s->nice_length = s->swd_f;
561 if (m_len >= s->nice_length)
/external/syslinux/lzo/
Dprepcore.c67 lzo_uint nice_length,
79 lzo_uint nice_length,
/external/syslinux/gpxe/src/util/
Dnrv2b.c229 unsigned int nice_length; member
390 s->nice_length = s->f; in swd_init()
607 if (m_len >= s->nice_length) in swd_search()
1102 swd->nice_length = SC_NICE_LENGTH; in ucl_nrv2b_99_compress()
1103 if (c->conf.max_match < swd->nice_length) in ucl_nrv2b_99_compress()
1104 swd->nice_length = c->conf.max_match; in ucl_nrv2b_99_compress()
/external/syslinux/com32/lib/zlib/
Ddeflate.c120 ush nice_length; /* quit search above this match length */ member
443 s->nice_match = configuration_table[level].nice_length;
451 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument
455 int nice_length;
464 s->nice_match = nice_length;
1033 s->nice_match = configuration_table[s->level].nice_length;
/external/zlib/src/
Ddeflate.c120 ush nice_length; /* quit search above this match length */ member
523 s->nice_match = configuration_table[level].nice_length;
531 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument
535 int nice_length;
544 s->nice_match = nice_length;
1117 s->nice_match = configuration_table[s->level].nice_length;
Dzlib.h684 int nice_length,
/external/pdfium/third_party/zlib_v128/
Ddeflate.c120 ush nice_length; /* quit search above this match length */ member
522 s->nice_match = configuration_table[level].nice_length; in deflateParams()
534 int nice_length, in deflateTune() argument
543 s->nice_match = nice_length; in deflateTune()
1116 s->nice_match = configuration_table[s->level].nice_length; in lm_init()
Dzlib.h753 int nice_length,
/external/zlib/src/contrib/pascal/
Dzlibpas.pas121 function deflateTune(var strm: z_stream; good_length, max_lazy, nice_length, max_chain: Integer): I… in deflateTune() argument
/external/syslinux/com32/include/
Dzlib.h670 int nice_length,
/external/zlib/
Dzlib.h684 int nice_length,