Searched defs:lzma_dec (Results 1 – 1 of 1) sorted by relevance
131 struct lzma_dec { struct133 uint32_t rep0;134 uint32_t rep1;135 uint32_t rep2;136 uint32_t rep3;139 enum lzma_state state;145 uint32_t len;153 uint32_t lc;161 uint16_t is_rep[STATES];167 uint16_t is_rep0[STATES];[all …]