Searched refs:ct_data_s (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/lib/zlib/ |
D | deflate.h | 62 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 */
|
/external/python/cpython2/Modules/zlib/ |
D | deflate.h | 68 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 */
|
/external/v8/third_party/zlib/ |
D | deflate.h | 68 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 */
|
/external/zlib/ |
D | deflate.h | 68 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 */
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | zlib-longest-match.ll | 7 … i32, i32, i32, i32, i32, i32, [573 x %struct.ct_data_s], [61 x %struct.ct_data_s], [39 x %struct.… 10 %struct.ct_data_s = type { %union.anon, %union.anon.0 } 13 %struct.tree_desc_s = type { %struct.ct_data_s*, i32, %struct.static_tree_desc_s* }
|
/external/llvm/test/CodeGen/X86/ |
D | zlib-longest-match.ll | 7 … i32, i32, i32, i32, i32, i32, [573 x %struct.ct_data_s], [61 x %struct.ct_data_s], [39 x %struct.… 10 %struct.ct_data_s = type { %union.anon, %union.anon.0 } 13 %struct.tree_desc_s = type { %struct.ct_data_s*, i32, %struct.static_tree_desc_s* }
|