Searched defs:pos_state (Results 1 - 2 of 2) sorted by relevance

/lib/
H A Ddecompress_unlzma.c349 int pos_state, uint16_t *prob,
393 int pos_state, uint16_t *prob) {
416 pos_state);
458 + (pos_state <<
468 + (pos_state <<
632 int pos_state = get_pos(&wr) & pos_state_mask; local
634 (cst.state << LZMA_NUM_POS_BITS_MAX) + pos_state;
636 if (process_bit0(&wr, &rc, &cst, p, pos_state, prob,
642 if (process_bit1(&wr, &rc, &cst, p, pos_state, prob)) {
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) argument
391 process_bit1(struct writer *wr, struct rc *rc, struct cstate *cst, uint16_t *p, int pos_state, uint16_t *prob) argument
/lib/xz/
H A Dxz_dec_lzma2.c620 uint32_t pos_state)
626 probs = l->low[pos_state];
631 probs = l->mid[pos_state];
646 static void lzma_match(struct xz_dec_lzma2 *s, uint32_t pos_state) argument
658 lzma_len(s, &s->lzma.match_len_dec, pos_state);
688 static void lzma_rep_match(struct xz_dec_lzma2 *s, uint32_t pos_state) argument
694 s->lzma.state][pos_state])) {
718 lzma_len(s, &s->lzma.rep_len_dec, pos_state);
724 uint32_t pos_state; local
738 pos_state
619 lzma_len(struct xz_dec_lzma2 *s, struct lzma_len_dec *l, uint32_t pos_state) argument
[all...]

Completed in 4 milliseconds