HomeSort by: relevance | last modified time | path
    Searched defs:good_length (Results 1 - 7 of 7) sorted by relevancy

  /src/external/cddl/osnet/dist/uts/common/zmod/
deflate.c 129 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
451 s->good_match = configuration_table[level].good_length;
460 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
462 int good_length;
471 s->good_match = good_length;
1002 s->good_match = configuration_table[s->level].good_length;
  /src/external/gpl3/binutils/dist/zlib/
deflate.c 99 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
681 s->good_match = configuration_table[s->level].good_length;
788 s->good_match = configuration_table[level].good_length;
797 int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy,
803 s->good_match = (uInt)good_length;
  /src/external/gpl3/binutils.old/dist/zlib/
deflate.c 121 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
649 s->good_match = configuration_table[level].good_length;
658 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
660 int good_length;
669 s->good_match = (uInt)good_length;
1244 s->good_match = configuration_table[s->level].good_length;
  /src/external/gpl3/gdb.old/dist/zlib/
deflate.c 121 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
649 s->good_match = configuration_table[level].good_length;
658 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
660 int good_length;
669 s->good_match = (uInt)good_length;
1244 s->good_match = configuration_table[s->level].good_length;
  /src/external/gpl3/gdb/dist/zlib/
deflate.c 99 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
681 s->good_match = configuration_table[s->level].good_length;
788 s->good_match = configuration_table[level].good_length;
797 int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy,
803 s->good_match = (uInt)good_length;
  /src/common/dist/zlib/
deflate.c 101 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
692 s->good_match = configuration_table[s->level].good_length;
812 s->good_match = configuration_table[level].good_length;
821 int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy,
827 s->good_match = (uInt)good_length;
  /src/sys/net/
zlib.c 728 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
998 s->good_match = configuration_table[level].good_length;
1321 s->good_match = configuration_table[s->level].good_length;

Completed in 69 milliseconds