Searched defs:ChgInt (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTR0Timer.cpp81 } ChgInt; member in union:__anon16747::__anon16748
238 if (!(iShot % pState->u.ChgInt.cStepsBetween))
240 if (pState->u.ChgInt.fDirection)
242 pState->u.ChgInt.cNsCurInterval += pState->u.ChgInt.cNsChangeStep;
243 if ( pState->u.ChgInt.cNsCurInterval > pState->u.ChgInt.cNsMaxInterval
244 || pState->u.ChgInt.cNsCurInterval < pState->u.ChgInt.cNsMinInterval
245 || !pState->u.ChgInt
[all...]

Completed in 47 milliseconds