| /src/common/dist/zlib/ |
| deflate.c | 103 ush nice_length; /* quit search above this match length */ member in struct:config_s 684 s->nice_match = configuration_table[s->level].nice_length; 791 s->nice_match = configuration_table[level].nice_length; 800 int nice_length, int max_chain) { 807 s->nice_match = nice_length;
|
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| deflate.c | 131 ush nice_length; /* quit search above this match length */ member in struct:config_s 452 s->nice_match = configuration_table[level].nice_length; 460 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) 464 int nice_length; 473 s->nice_match = nice_length; 1003 s->nice_match = configuration_table[s->level].nice_length;
|
| /src/external/gpl3/binutils/dist/zlib/ |
| deflate.c | 101 ush nice_length; /* quit search above this match length */ member in struct:config_s 682 s->nice_match = configuration_table[s->level].nice_length; 789 s->nice_match = configuration_table[level].nice_length; 798 int nice_length, int max_chain) { 805 s->nice_match = nice_length;
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| deflate.c | 123 ush nice_length; /* quit search above this match length */ member in struct:config_s 650 s->nice_match = configuration_table[level].nice_length; 658 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) 662 int nice_length; 671 s->nice_match = nice_length; 1245 s->nice_match = configuration_table[s->level].nice_length;
|
| /src/sys/net/ |
| zlib.c | 730 ush nice_length; /* quit search above this match length */ member in struct:config_s 999 s->nice_match = configuration_table[level].nice_length; 1322 s->nice_match = configuration_table[s->level].nice_length;
|