Searched refs:LIT_STATES (Results 1 – 2 of 2) sorted by relevance
61 #define LIT_STATES 7 macro77 *state = *state < LIT_STATES ? STATE_LIT_MATCH : STATE_NONLIT_MATCH; in lzma_state_match()83 *state = *state < LIT_STATES ? STATE_LIT_LONGREP : STATE_NONLIT_REP; in lzma_state_long_rep()89 *state = *state < LIT_STATES ? STATE_LIT_SHORTREP : STATE_NONLIT_REP; in lzma_state_short_rep()95 return state < LIT_STATES; in lzma_state_is_literal()
75 #define LIT_STATES 7 macro102 state = ((state) < LIT_STATES ? STATE_LIT_MATCH : STATE_NONLIT_MATCH)106 state = ((state) < LIT_STATES ? STATE_LIT_LONGREP : STATE_NONLIT_REP)110 state = ((state) < LIT_STATES ? STATE_LIT_SHORTREP : STATE_NONLIT_REP)114 ((state) < LIT_STATES)