Searched refs:LIT_STATES (Results 1 – 1 of 1) 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()