Searched defs:lzma_dec (Results 1 – 1 of 1) 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 …]