Home
last modified time | relevance | path

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

/titanic_53/usr/src/boot/lib/libz/
H A Ddeflate.h65 typedef struct ct_data_s { struct
195 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
196 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
197 struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */
/titanic_53/usr/src/contrib/zlib/
H A Ddeflate.h66 typedef struct ct_data_s { struct
196 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
197 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
198 struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */
/titanic_53/usr/src/contrib/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 */
/titanic_53/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c184 typedef struct ct_data_s { struct
313 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
314 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
315 struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */
/titanic_53/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c329 typedef struct ct_data_s { struct
474 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
475 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
477 struct ct_data_s bl_tree[2*BL_CODES+1];