Lines Matching defs:state2
1685 unsigned state2 = kLiteralNextStates[state];
1687 UInt32 price = litPrice + GetPrice_Rep_0(p, state2, posState2);
1699 // price2 = price + GetPrice_Len_Rep_0(p, len, state2, posState2);
1778 unsigned state2 = kRepNextStates[state];
1781 + GET_PRICE_0(p->isMatch[state2][posState2])
1785 // state2 = kLiteralNextStates[state2];
1786 state2 = kState_LitAfterRep;
1790 price += GetPrice_Rep_0(p, state2, posState2);
1808 // price2 = price + GetPrice_Len_Rep_0(p, len2, state2, posState2);
1907 unsigned state2 = kMatchNextStates[state];
1910 price += GET_PRICE_0(p->isMatch[state2][posState2]);
1914 // state2 = kLiteralNextStates[state2];
1915 state2 = kState_LitAfterMatch;
1918 price += GetPrice_Rep_0(p, state2, posState2);
1929 // price2 = price + GetPrice_Len_Rep_0(p, len2, state2, posState2);