HomeSort by relevance Sort by last modified time
    Searched defs:nice_length (Results 1 - 8 of 8) sorted by null

  /external/syslinux/lzo/src/
lzo1x_9x.c 97 lzo_uint nice_length,
529 lzo_uint nice_length,
566 if (nice_length == 0)
567 nice_length = 0;
590 if (nice_length > 0)
591 swd->nice_length = nice_length;
807 lzo_uint nice_length; member in struct:__anon35060
834 c[compression_level].nice_length,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.c 120 ush nice_length; /* quit search above this match length */ member in struct:config_s
523 s->nice_match = configuration_table[level].nice_length;
531 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
535 int nice_length;
544 s->nice_match = nice_length;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.c 126 ush nice_length; /* quit search above this match length */ member in struct:config_s
446 s->nice_match = configuration_table[level].nice_length;
454 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
458 int nice_length;
467 s->nice_match = nice_length;
    [all...]
  /external/pdfium/third_party/zlib_v128/
deflate.c 120 ush nice_length; /* quit search above this match length */ member in struct:config_s
522 s->nice_match = configuration_table[level].nice_length;
534 int nice_length,
543 s->nice_match = nice_length;
    [all...]
  /external/python/cpython2/Modules/zlib/
deflate.c 120 ush nice_length; /* quit search above this match length */ member in struct:config_s
523 s->nice_match = configuration_table[level].nice_length;
531 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
535 int nice_length;
544 s->nice_match = nice_length;
    [all...]
  /external/syslinux/com32/lib/zlib/
deflate.c 120 ush nice_length; /* quit search above this match length */ member in struct:config_s
443 s->nice_match = configuration_table[level].nice_length;
451 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
455 int nice_length;
464 s->nice_match = nice_length;
    [all...]
  /external/zlib/src/
deflate.c 120 ush nice_length; /* quit search above this match length */ member in struct:config_s
523 s->nice_match = configuration_table[level].nice_length;
531 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
535 int nice_length;
544 s->nice_match = nice_length;
    [all...]
  /external/syslinux/gpxe/src/util/
nrv2b.c 229 unsigned int nice_length; member in struct:ucl_swd
390 s->nice_length = s->f;
607 if (m_len >= s->nice_length)
1102 swd->nice_length = SC_NICE_LENGTH;
1103 if (c->conf.max_match < swd->nice_length)
1104 swd->nice_length = c->conf.max_match;

Completed in 151 milliseconds