Searched defs:lzx_dec (Results 1 – 1 of 1) sorted by relevance
52 struct lzx_dec { struct54 int state;59 int w_size;60 int w_mask;62 unsigned char *w_buff;64 int w_pos;66 int copy_pos;69 int copy_len;72 uint32_t translation_size;73 char translation;[all …]