Searched defs:lzma_dec (Results 1 – 2 of 2) sorted by relevance
132 struct lzma_dec { struct134 uint32_t rep0;135 uint32_t rep1;136 uint32_t rep2;137 uint32_t rep3;140 enum lzma_state state;146 uint32_t len;154 uint32_t lc;155 uint32_t literal_pos_mask; /* (1 << lp) - 1 */156 uint32_t pos_mask; /* (1 << pb) - 1 */[all …]
1288 struct lzma_dec { struct1290 uint32_t rep0;1291 uint32_t rep1;1292 uint32_t rep2;1293 uint32_t rep3;1296 enum lzma_state state;1302 uint32_t len;1310 uint32_t lc;1311 uint32_t literal_pos_mask; /* (1 << lp) - 1 */1312 uint32_t pos_mask; /* (1 << pb) - 1 */[all …]