Searched refs:matchPrice (Results 1 – 1 of 1) sorted by relevance
952 UInt32 matchPrice, repMatchPrice, normalMatchPrice; in GetOptimum() local1041 matchPrice = GET_PRICE_1(p->isMatch[p->state][posState]); in GetOptimum()1042 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[p->state]); in GetOptimum()1092 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[p->state]); in GetOptimum()1147 UInt32 curPrice, curAnd1Price, matchPrice, repMatchPrice; in GetOptimum() local1262 matchPrice = curPrice + GET_PRICE_1(p->isMatch[state][posState]); in GetOptimum()1263 repMatchPrice = matchPrice + GET_PRICE_1(p->isRep[state]); in GetOptimum()1419 UInt32 normalMatchPrice = matchPrice + GET_PRICE_0(p->isRep[state]); in GetOptimum()