Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/zmod/
H A Ddeflate.h80 typedef struct tree_desc_s { struct
81 ct_data *dyn_tree; /* the dynamic tree */
82 int max_code; /* largest code with non zero frequency */
83 static_tree_desc *stat_desc; /* the corresponding static tree */
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Ddeflate.h86 typedef struct tree_desc_s { struct
87 ct_data *dyn_tree; /* the dynamic tree */
88 int max_code; /* largest code with non zero frequency */
89 const static_tree_desc *stat_desc; /* the corresponding static tree */
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Ddeflate.h86 typedef struct tree_desc_s { struct
87 ct_data *dyn_tree; /* the dynamic tree */
88 int max_code; /* largest code with non zero frequency */
89 const static_tree_desc *stat_desc; /* the corresponding static tree */
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Ddeflate.h86 typedef struct tree_desc_s { struct
87 ct_data *dyn_tree; /* the dynamic tree */
88 int max_code; /* largest code with non zero frequency */
89 const static_tree_desc *stat_desc; /* the corresponding static tree */
/netbsd-src/sys/net/
H A Dzlib.c354 typedef struct tree_desc_s { struct
355 ct_data *dyn_tree; /* the dynamic tree */
356 int max_code; /* largest code with non zero frequency */
357 static_tree_desc *stat_desc; /* the corresponding static tree */