Lines Matching refs:remainder
2422 Fake_glXWaitVideoSyncSGI(int divisor, int remainder, unsigned int *count)2424 if (divisor <= 0 || remainder < 0)2428 while (FrameCounter % divisor != remainder)