Searched refs:nice_length (Results 1 – 12 of 12) sorted by relevance
/external/syslinux/lzo/src/ |
D | lzo1x_9x.c | 97 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()
|
D | lzo_swd.ch | 95 lzo_uint nice_length; 272 s->nice_length = s->swd_f; 561 if (m_len >= s->nice_length)
|
/external/syslinux/lzo/ |
D | prepcore.c | 67 lzo_uint nice_length, 79 lzo_uint nice_length,
|
/external/syslinux/gpxe/src/util/ |
D | nrv2b.c | 229 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/ |
D | deflate.c | 120 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/ |
D | deflate.c | 120 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;
|
D | zlib.h | 684 int nice_length,
|
/external/pdfium/third_party/zlib_v128/ |
D | deflate.c | 120 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()
|
D | zlib.h | 753 int nice_length,
|
/external/zlib/src/contrib/pascal/ |
D | zlibpas.pas | 121 function deflateTune(var strm: z_stream; good_length, max_lazy, nice_length, max_chain: Integer): I… in deflateTune() argument
|
/external/syslinux/com32/include/ |
D | zlib.h | 670 int nice_length,
|
/external/zlib/ |
D | zlib.h | 684 int nice_length,
|