Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
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 */
/external/zlib/src/
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 */
/external/llvm/test/CodeGen/X86/
Dzlib-longest-match.ll7 … 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* }