| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| deflate.c | 130 ush max_lazy; /* do not perform lazy search above this match length */ member in struct:config_s 157 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4 450 s->max_lazy_match = configuration_table[level].max_lazy; 460 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) 463 int max_lazy; 472 s->max_lazy_match = max_lazy; 1001 s->max_lazy_match = configuration_table[s->level].max_lazy;
|
| zlib.h | 631 int max_lazy, 640 max_lazy, good_length, nice_length, and max_chain parameters.
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/ |
| zlib.d | 760 int deflateTune(z_streamp strm, int good_length, int max_lazy, int nice_length, 768 max_lazy, good_length, nice_length, and max_chain parameters.
|
| /src/external/gpl3/binutils.old/dist/zlib/ |
| deflate.c | 122 ush max_lazy; /* do not perform lazy search above this match length */ member in struct:config_s 149 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4 648 s->max_lazy_match = configuration_table[level].max_lazy; 658 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) 661 int max_lazy; 670 s->max_lazy_match = (uInt)max_lazy; 1243 s->max_lazy_match = configuration_table[s->level].max_lazy;
|
| zlib.h | 745 int max_lazy, 754 max_lazy, good_length, nice_length, and max_chain parameters.
|
| /src/common/dist/zlib/contrib/pascal/ |
| zlibpas.pas | 121 function deflateTune(var strm: z_stream; good_length, max_lazy, nice_length, max_chain: Integer): Integer;
|
| /src/external/gpl3/binutils/dist/zlib/contrib/pascal/ |
| zlibpas.pas | 121 function deflateTune(var strm: z_stream; good_length, max_lazy, nice_length, max_chain: Integer): Integer;
|
| /src/external/gpl3/binutils.old/dist/zlib/contrib/pascal/ |
| zlibpas.pas | 121 function deflateTune(var strm: z_stream; good_length, max_lazy, nice_length, max_chain: Integer): Integer;
|
| /src/common/dist/zlib/ |
| deflate.c | 102 ush max_lazy; /* do not perform lazy search above this match length */ member in struct:config_s 129 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4 682 s->max_lazy_match = configuration_table[s->level].max_lazy; 789 s->max_lazy_match = configuration_table[level].max_lazy; 799 int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy, 806 s->max_lazy_match = (uInt)max_lazy;
|
| zlib.h | 748 int max_lazy, 757 max_lazy, good_length, nice_length, and max_chain parameters.
|
| /src/external/gpl3/binutils/dist/zlib/ |
| deflate.c | 100 ush max_lazy; /* do not perform lazy search above this match length */ member in struct:config_s 127 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4 680 s->max_lazy_match = configuration_table[s->level].max_lazy; 787 s->max_lazy_match = configuration_table[level].max_lazy; 797 int ZEXPORT deflateTune(z_streamp strm, int good_length, int max_lazy, 804 s->max_lazy_match = (uInt)max_lazy;
|
| zlib.h | 746 int max_lazy, 755 max_lazy, good_length, nice_length, and max_chain parameters.
|
| /src/external/bsd/zstd/dist/zlibWrapper/ |
| zstd_zlibwrapper.c | 971 int max_lazy, 976 return deflateTune(strm, good_length, max_lazy, nice_length, max_chain);
|
| /src/sys/net/ |
| zlib.c | 729 ush max_lazy; /* do not perform lazy search above this match length */ member in struct:config_s 749 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4 997 s->max_lazy_match = configuration_table[level].max_lazy; 1320 s->max_lazy_match = configuration_table[s->level].max_lazy;
|