Searched refs:state_2 (Results 1 – 5 of 5) sorted by relevance
571 lzma_lzma_state state_2 = state; in helper2() local572 update_literal(state_2); in helper2()576 + rc_bit_1_price(coder->is_match[state_2][pos_state_next]) in helper2()577 + rc_bit_1_price(coder->is_rep[state_2]); in helper2()587 state_2, pos_state_next); in helper2()646 lzma_lzma_state state_2 = state; in helper2() local647 update_long_rep(state_2); in helper2()654 + rc_bit_0_price(coder->is_match[state_2][pos_state_next]) in helper2()659 update_literal(state_2); in helper2()664 + rc_bit_1_price(coder->is_match[state_2][pos_state_next]) in helper2()[all …]
2250 const program_state &state_2 = node_2->get_state (); in process_worklist() local2254 gcc_assert (state != state_2); in process_worklist()2258 if (state.can_merge_with_p (state_2, m_ext_state, in process_worklist()2276 else if (merged_state == state_2) in process_worklist()
3127 const program_state &state_2 = node_2->get_state (); in process_worklist() local3131 gcc_assert (state != state_2); in process_worklist()3134 if (state.can_merge_with_p (state_2, m_ext_state, in process_worklist()3152 else if (merged_state == state_2) in process_worklist()
3819 state_eq_p (const void *state_1, const void *state_2) in state_eq_p() argument3824 if (((const_state_t) state_1)->automaton != ((const_state_t) state_2)->automaton) in state_eq_p()3827 && ((const_state_t) state_2)->component_states == NULL) in state_eq_p()3829 ((const_state_t) state_2)->reservs); in state_eq_p()3831 && ((const_state_t) state_2)->component_states != NULL) in state_eq_p()3834 alt_state_2 = ((const_state_t) state_2)->component_states; in state_eq_p()