Searched refs:LIT_STATES (Results 1 – 3 of 3) sorted by relevance
16 private static final int LIT_STATES = 7; field in State61 state = state < LIT_STATES ? LIT_MATCH : NONLIT_MATCH; in updateMatch()65 state = state < LIT_STATES ? LIT_LONGREP : NONLIT_REP;69 state = state < LIT_STATES ? LIT_SHORTREP : NONLIT_REP;73 return state < LIT_STATES;
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()
1036 #define LIT_STATES 7 macro1052 *state = *state < LIT_STATES ? STATE_LIT_MATCH : STATE_NONLIT_MATCH; in lzma_state_match()1058 *state = *state < LIT_STATES ? STATE_LIT_LONGREP : STATE_NONLIT_REP; in lzma_state_long_rep()1064 *state = *state < LIT_STATES ? STATE_LIT_SHORTREP : STATE_NONLIT_REP; in lzma_state_short_rep()1070 return state < LIT_STATES; in lzma_state_is_literal()