Home
last modified time | relevance | path

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

/openbmc/linux/lib/xz/
H A Dxz_dec_lzma2.c132 struct lzma_dec { struct
134 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 …]