/kernel/linux/linux-5.10/lib/xz/ |
H A D | xz_dec_lzma2.c | 637 uint32_t pos_state) in lzma_len() 643 probs = l->low[pos_state]; in lzma_len() 648 probs = l->mid[pos_state]; in lzma_len() 663 static void lzma_match(struct xz_dec_lzma2 *s, uint32_t pos_state) in lzma_match() argument 675 lzma_len(s, &s->lzma.match_len_dec, pos_state); in lzma_match() 705 static void lzma_rep_match(struct xz_dec_lzma2 *s, uint32_t pos_state) in lzma_rep_match() argument 711 s->lzma.state][pos_state])) { in lzma_rep_match() 735 lzma_len(s, &s->lzma.rep_len_dec, pos_state); in lzma_rep_match() 741 uint32_t pos_state; in lzma_main() local 755 pos_state in lzma_main() 636 lzma_len(struct xz_dec_lzma2 *s, struct lzma_len_dec *l, uint32_t pos_state) lzma_len() argument [all...] |
/kernel/linux/linux-5.10/lib/ |
H A D | decompress_unlzma.c | 349 int pos_state, uint16_t *prob, in process_bit0() 393 int pos_state, uint16_t *prob) { in process_bit1() 416 pos_state); in process_bit1() 458 + (pos_state << in process_bit1() 468 + (pos_state << in process_bit1() 632 int pos_state = get_pos(&wr) & pos_state_mask; in unlzma() local 634 (cst.state << LZMA_NUM_POS_BITS_MAX) + pos_state; in unlzma() 636 if (process_bit0(&wr, &rc, &cst, p, pos_state, prob, in unlzma() 642 if (process_bit1(&wr, &rc, &cst, p, pos_state, prob)) { in unlzma() 347 process_bit0(struct writer *wr, struct rc *rc, struct cstate *cst, uint16_t *p, int pos_state, uint16_t *prob, int lc, uint32_t literal_pos_mask) process_bit0() argument 391 process_bit1(struct writer *wr, struct rc *rc, struct cstate *cst, uint16_t *p, int pos_state, uint16_t *prob) process_bit1() argument
|
/kernel/linux/linux-6.6/lib/ |
H A D | decompress_unlzma.c | 349 int pos_state, uint16_t *prob, in process_bit0() 393 int pos_state, uint16_t *prob) { in process_bit1() 416 pos_state); in process_bit1() 458 + (pos_state << in process_bit1() 468 + (pos_state << in process_bit1() 632 int pos_state = get_pos(&wr) & pos_state_mask; in unlzma() local 634 (cst.state << LZMA_NUM_POS_BITS_MAX) + pos_state; in unlzma() 636 if (process_bit0(&wr, &rc, &cst, p, pos_state, prob, in unlzma() 642 if (process_bit1(&wr, &rc, &cst, p, pos_state, prob)) { in unlzma() 347 process_bit0(struct writer *wr, struct rc *rc, struct cstate *cst, uint16_t *p, int pos_state, uint16_t *prob, int lc, uint32_t literal_pos_mask) process_bit0() argument 391 process_bit1(struct writer *wr, struct rc *rc, struct cstate *cst, uint16_t *p, int pos_state, uint16_t *prob) process_bit1() argument
|
/kernel/linux/linux-6.6/lib/xz/ |
H A D | xz_dec_lzma2.c | 652 uint32_t pos_state) in lzma_len() 658 probs = l->low[pos_state]; in lzma_len() 663 probs = l->mid[pos_state]; in lzma_len() 678 static void lzma_match(struct xz_dec_lzma2 *s, uint32_t pos_state) in lzma_match() argument 690 lzma_len(s, &s->lzma.match_len_dec, pos_state); in lzma_match() 720 static void lzma_rep_match(struct xz_dec_lzma2 *s, uint32_t pos_state) in lzma_rep_match() argument 726 s->lzma.state][pos_state])) { in lzma_rep_match() 750 lzma_len(s, &s->lzma.rep_len_dec, pos_state); in lzma_rep_match() 756 uint32_t pos_state; in lzma_main() local 770 pos_state in lzma_main() 651 lzma_len(struct xz_dec_lzma2 *s, struct lzma_len_dec *l, uint32_t pos_state) lzma_len() argument [all...] |