Home
last modified time | relevance | path

Searched defs:tree_desc_s (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.h84 typedef struct tree_desc_s { struct
85 ct_data *dyn_tree; /* the dynamic tree */
86 int max_code; /* largest code with non zero frequency */
87 const static_tree_desc *stat_desc; /* the corresponding static tree */
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c202 typedef struct tree_desc_s { struct
203 ct_data *dyn_tree; /* the dynamic tree */
204 int max_code; /* largest code with non zero frequency */
205 static_tree_desc *stat_desc; /* the corresponding static tree */
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1290 typedef struct tree_desc_s { struct
1291 ct_data *dyn_tree; /* the dynamic tree */
1292 int max_code; /* largest code with non zero frequency */
1293 static_tree_desc *stat_desc; /* the corresponding static tree */
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c345 typedef struct tree_desc_s { struct
346 ct_data *dyn_tree; /* the dynamic tree */
347 int max_code; /* largest code with non zero frequency */
348 static_tree_desc *stat_desc; /* the corresponding static tree */