Home
last modified time | relevance | path

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

/dragonfly/sys/vfs/hammer2/zlib/
H A Dhammer2_zlib_deflate.h57 typedef struct ct_data_s { struct
186 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
187 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
188 struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */
/dragonfly/usr.sbin/makefs/hammer2/zlib/
H A Dhammer2_zlib_deflate.h57 typedef struct ct_data_s { struct
186 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
187 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
188 struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */
/dragonfly/sbin/hammer2/zlib/
H A Dhammer2_zlib_deflate.h57 typedef struct ct_data_s { struct
186 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
187 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
188 struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */
/dragonfly/contrib/zlib-1.2/
H A Ddeflate.h68 typedef struct ct_data_s { struct
198 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
199 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
200 struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */
/dragonfly/sys/net/
H A Dzlib.c322 typedef struct ct_data_s { struct
451 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
452 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
453 struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */