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

/ast/src/lib/libz/
H A Ddeflate.h62 typedef struct ct_data_s { struct
192 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
193 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
194 struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */
/ast/src/cmd/INIT/
H A Dratz.c1272 typedef struct ct_data_s { struct
1402 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
1403 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
1404 struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */

Completed in 25 milliseconds