Home
last modified time | relevance | path

Searched defs:config_s (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Ddeflate.c128 typedef struct config_s { struct
129 ush good_length; /* reduce lazy search above this match length */
130 ush max_lazy; /* do not perform lazy search above this match length */
131 ush nice_length; /* quit search above this match length */
132 ush max_chain;
133 compress_func func;
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Ddeflate.c120 typedef struct config_s { struct
121 ush good_length; /* reduce lazy search above this match length */
122 ush max_lazy; /* do not perform lazy search above this match length */
123 ush nice_length; /* quit search above this match length */
124 ush max_chain;
125 compress_func func;
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Ddeflate.c120 typedef struct config_s { struct
121 ush good_length; /* reduce lazy search above this match length */
122 ush max_lazy; /* do not perform lazy search above this match length */
123 ush nice_length; /* quit search above this match length */
124 ush max_chain;
125 compress_func func;
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Ddeflate.c120 typedef struct config_s { struct
121 ush good_length; /* reduce lazy search above this match length */
122 ush max_lazy; /* do not perform lazy search above this match length */
123 ush nice_length; /* quit search above this match length */
124 ush max_chain;
125 compress_func func;
/netbsd-src/sys/net/
H A Dzlib.c727 typedef struct config_s { struct
728 ush good_length; /* reduce lazy search above this match length */
729 ush max_lazy; /* do not perform lazy search above this match length */
730 ush nice_length; /* quit search above this match length */
731 ush max_chain;
732 compress_func func;