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;154 uint32_t literal_pos_mask; /* (1 << lp) - 1 */155 uint32_t pos_mask; /* (1 << pb) - 1 */[all …]