Lines Matching full:framecounter
2411 static unsigned int FrameCounter = 0;2417 *count = FrameCounter++;2427 FrameCounter++;2428 while (FrameCounter % divisor != remainder)2429 FrameCounter++;2430 *count = FrameCounter;