Lines Matching refs:posStateNext
1302 UInt32 posStateNext = (position + 1) & p->pbMask; in GetOptimum() local
1304 GET_PRICE_1(p->isMatch[state2][posStateNext]) + in GetOptimum()
1313 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum()
1373 UInt32 posStateNext = (position + lenTest) & p->pbMask; in GetOptimum() local
1376 GET_PRICE_0(p->isMatch[state2][posStateNext]) + in GetOptimum()
1380 posStateNext = (position + lenTest + 1) & p->pbMask; in GetOptimum()
1382 GET_PRICE_1(p->isMatch[state2][posStateNext]) + in GetOptimum()
1392 … curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum()
1463 UInt32 posStateNext = (position + lenTest) & p->pbMask; in GetOptimum() local
1465 GET_PRICE_0(p->isMatch[state2][posStateNext]) + in GetOptimum()
1469 posStateNext = (posStateNext + 1) & p->pbMask; in GetOptimum()
1471 GET_PRICE_1(p->isMatch[state2][posStateNext]) + in GetOptimum()
1481 … curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum()