Searched refs:LIT_STATES (Results 1 – 1 of 1) sorted by relevance
60 #define LIT_STATES 7 macro76 *state = *state < LIT_STATES ? STATE_LIT_MATCH : STATE_NONLIT_MATCH; in lzma_state_match()82 *state = *state < LIT_STATES ? STATE_LIT_LONGREP : STATE_NONLIT_REP; in lzma_state_long_rep()88 *state = *state < LIT_STATES ? STATE_LIT_SHORTREP : STATE_NONLIT_REP; in lzma_state_short_rep()94 return state < LIT_STATES; in lzma_state_is_literal()