Searched refs:BestWeight (Results 1 – 2 of 2) sorted by relevance
3011 ConstraintWeight BestWeight = CW_Invalid; in getMultipleConstraintMatchWeight() local3017 if (weight > BestWeight) in getMultipleConstraintMatchWeight()3018 BestWeight = weight; in getMultipleConstraintMatchWeight()3021 return BestWeight; in getMultipleConstraintMatchWeight()
2620 ConstraintWeight BestWeight = CW_Invalid; in getMultipleConstraintMatchWeight() local2626 if (weight > BestWeight) in getMultipleConstraintMatchWeight()2627 BestWeight = weight; in getMultipleConstraintMatchWeight()2630 return BestWeight; in getMultipleConstraintMatchWeight()