Searched refs:ct_data (Results 1 - 2 of 2) sorted by relevance

/linux-master/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 *dtre
[all...]
H A Ddefutil.h51 } ct_data; typedef in typeref:struct:ct_data_s
61 ct_data *dyn_tree; /* the dynamic tree */
169 /* Didn't use ct_data typedef below to suppress compiler warning */

Completed in 160 milliseconds