Home
last modified time | relevance | path

Searched refs:ct_data (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/lib/zlib_deflate/
H A Ddeftree.c83 static ct_data static_ltree[L_CODES+2];
90 static ct_data static_dtree[D_CODES];
111 const ct_data *static_tree; /* static tree or NULL */
125 {(const ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS};
133 static void pqdownheap (deflate_state *s, ct_data *tree, int k);
135 static void gen_codes (ct_data *tree, int max_code, ush *bl_count);
137 static void scan_tree (deflate_state *s, ct_data *tree, int max_code);
138 static void send_tree (deflate_state *s, ct_data *tree, int max_code);
142 static void compress_block (deflate_state *s, ct_data *ltree,
143 ct_data *dtree);
[all …]
H A Ddefutil.h51 } ct_data; typedef
61 ct_data *dyn_tree; /* the dynamic tree */
/openbmc/u-boot/lib/zlib/
H A Dtrees.c91 local ct_data static_ltree[L_CODES+2];
98 local ct_data static_dtree[D_CODES];
123 const ct_data *static_tree; /* static tree or NULL */
137 {(const ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS};
145 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k));
147 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count));
149 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code));
150 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code));
154 local void compress_block OF((deflate_state *s, ct_data *ltree,
155 ct_data *dtree));
[all …]
H A Dtrees.h3 local const ct_data static_ltree[L_CODES+2] = {
64 local const ct_data static_dtree[D_CODES] = {
H A Ddeflate.h71 } FAR ct_data; typedef
81 ct_data *dyn_tree; /* the dynamic tree */