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;162 uint16_t is_rep[STATES];168 uint16_t is_rep0[STATES];[all …]