Lines Matching refs:posStateNext
1295 UInt32 posStateNext = (position + 1) & p->pbMask; in GetOptimum() local
1297 GET_PRICE_1(p->isMatch[state2][posStateNext]) + in GetOptimum()
1306 curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum()
1366 UInt32 posStateNext = (position + lenTest) & p->pbMask; in GetOptimum() local
1369 GET_PRICE_0(p->isMatch[state2][posStateNext]) + in GetOptimum()
1373 posStateNext = (position + lenTest + 1) & p->pbMask; in GetOptimum()
1375 GET_PRICE_1(p->isMatch[state2][posStateNext]) + in GetOptimum()
1385 … curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum()
1456 UInt32 posStateNext = (position + lenTest) & p->pbMask; in GetOptimum() local
1458 GET_PRICE_0(p->isMatch[state2][posStateNext]) + in GetOptimum()
1462 posStateNext = (posStateNext + 1) & p->pbMask; in GetOptimum()
1464 GET_PRICE_1(p->isMatch[state2][posStateNext]) + in GetOptimum()
1474 … curAndLenPrice = nextRepMatchPrice + GetRepPrice(p, 0, lenTest2, state2, posStateNext); in GetOptimum()