Home
last modified time | relevance | path

Searched defs:lzma_dec (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/lib/xz/
H A Dxz_dec_lzma2.c131 struct lzma_dec { struct
133 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 …]