Lines Matching refs:oWindValue
1062 int oWindValue = oStart->windValue(); in apply() local
1066 int windDiff = operandSwap ? oOppValue : oWindValue; in apply()
1073 && oWindValue <= oWindDiff)); in apply()
1080 swap(oWindValue, oOppValue); in apply()
1083 windValue -= oWindValue; in apply()
1086 windValue += oWindValue; in apply()
1095 oWindValue = oOppValue = 0; in apply()
1102 oWindValue -= windValue; in apply()
1105 oWindValue += windValue; in apply()
1109 oWindValue &= 1; in apply()
1120 oStart->debugID(), oWindValue, oOppValue); in apply()
1125 FAIL_IF(oWindValue <= -1); in apply()
1126 oStart->setWindValue(oWindValue); in apply()
1131 if (!oWindValue && !oOppValue) { in apply()