Searched refs:ct_data (Results 1 - 4 of 4) sorted by relevance
/ast/src/lib/libz/ |
H A D | trees.h | 52 local const ct_data static_ltree[L_CODES+2] = { 113 local const ct_data static_dtree[D_CODES] = {
|
H A D | trees.c | 90 local ct_data static_ltree[L_CODES+2]; 97 local ct_data static_dtree[D_CODES]; 122 const ct_data *static_tree; /* static tree or NULL */ 136 {(const ct_data *)0, extra_blbits, 0, BL_CODES, MAX_BL_BITS}; 144 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k)); 146 local void gen_codes OF((ct_data *tree, int max_code, ushf *bl_count)); 148 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code)); 149 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code)); 153 local void compress_block OF((deflate_state *s, ct_data *ltree, 154 ct_data *dtre [all...] |
H A D | deflate.h | 71 } FAR ct_data; typedef in typeref:struct:ct_data_s 81 ct_data *dyn_tree; /* the dynamic tree */ 191 /* Didn't use ct_data typedef below to supress compiler warning */
|
/ast/src/cmd/INIT/ |
H A D | ratz.c | 1281 } FAR ct_data; typedef in typeref:struct:ct_data_s 1291 ct_data *dyn_tree; /* the dynamic tree */ 1401 /* Didn't use ct_data typedef below to supress compiler warning */
|
Completed in 31 milliseconds