Home
last modified time | relevance | path

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

/openbmc/linux/lib/zlib_deflate/
H A Ddeflate.c127 typedef struct config_s { struct
128 ush good_length; /* reduce lazy search above this match length */
129 ush max_lazy; /* do not perform lazy search above this match length */
130 ush nice_length; /* quit search above this match length */
131 ush max_chain;
132 compress_func func;
/openbmc/u-boot/lib/zlib/
H A Ddeflate.c117 typedef struct config_s { struct
118 ush good_length; /* reduce lazy search above this match length */
119 ush max_lazy; /* do not perform lazy search above this match length */
120 ush nice_length; /* quit search above this match length */
121 ush max_chain;
122 compress_func func;