Lines Matching refs:state
140 enum lzma_state state;
283 * Reset the dictionary state. When in single-call mode, set up the beginning
609 if (lzma_state_is_literal(s->lzma.state)) {
632 lzma_state_literal(&s->lzma.state);
669 lzma_state_match(&s->lzma.state);
709 if (!rc_bit(&s->rc, &s->lzma.is_rep0[s->lzma.state])) {
711 s->lzma.state][pos_state])) {
712 lzma_state_short_rep(&s->lzma.state);
717 if (!rc_bit(&s->rc, &s->lzma.is_rep1[s->lzma.state])) {
720 if (!rc_bit(&s->rc, &s->lzma.is_rep2[s->lzma.state])) {
734 lzma_state_long_rep(&s->lzma.state);
758 s->lzma.state][pos_state])) {
761 if (rc_bit(&s->rc, &s->lzma.is_rep[s->lzma.state]))
781 * Reset the LZMA decoder and range decoder state. Dictionary is nore reset
782 * here, because LZMA state may be reset without resetting the dictionary.
789 s->lzma.state = STATE_LIT_LIT;
813 * from the decoded lp and pb values. On success, the LZMA decoder state is
966 * 0xE0 Dictionary reset, new properties and state
968 * 0xC0 New properties and state reset, followed
974 * 0x80 LZMA chunk (no dictionary or state reset)
982 * properties and reset the LZMA state.
1007 * state reset is done at