Searched refs:nNumFrames (Results 1 – 1 of 1) sorted by relevance
205 const ::std::size_t nNumFrames(maTimeouts.size()); in perform() local215 mnLoopCount += (mnCurrIndex + 1) / nNumFrames; in perform()216 nNewIndex = (mnCurrIndex + 1) % nNumFrames; in perform()222 ::std::size_t nTrueIndex( mnCurrIndex < nNumFrames ? in perform()224 2*nNumFrames - mnCurrIndex - 1 ); in perform()230 mnLoopCount += (mnCurrIndex + 1) / (2*nNumFrames); in perform()231 nNewIndex = (mnCurrIndex + 1) % 2*nNumFrames; in perform()
Completed in 7 milliseconds