Searched defs:lzma_dec (Results 1 – 1 of 1) sorted by relevance
65813 struct lzma_dec { struct65814 uint32_t rep0;65815 uint32_t rep1;65816 uint32_t rep2;65817 uint32_t rep3;65818 enum lzma_state state;65819 uint32_t len;65820 uint32_t lc;65821 uint32_t literal_pos_mask;65822 uint32_t pos_mask;[all …]