Lines Matching refs:oOppValue
1063 int oOppValue = oStart->oppValue(); in apply() local
1066 int windDiff = operandSwap ? oOppValue : oWindValue; in apply()
1080 swap(oWindValue, oOppValue); in apply()
1084 oppValue -= oOppValue; in apply()
1087 oppValue += oOppValue; in apply()
1095 oWindValue = oOppValue = 0; in apply()
1103 oOppValue -= oppValue; in apply()
1106 oOppValue += oppValue; in apply()
1112 oOppValue &= 1; in apply()
1120 oStart->debugID(), oWindValue, oOppValue); in apply()
1127 oStart->setOppValue(oOppValue); in apply()
1131 if (!oWindValue && !oOppValue) { in apply()