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

/freebsd-12-stable/sys/contrib/zlib/
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 */
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
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 */
/freebsd-12-stable/sys/libkern/
H A Dzlib.c320 typedef struct ct_data_s { struct
449 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
450 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
451 struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */

Completed in 122 milliseconds