Searched refs:MAX_COUNTER (Results 1 – 3 of 3) sorted by relevance
15 #define MAX_COUNTER 10 macro26 printf( "tick %d/%d a %.2fs\n", counter, MAX_COUNTER, now/1000. ); in timer_func()27 if (counter < MAX_COUNTER) in timer_func()
19 #define MAX_COUNTER 30 macro32 printf( "tick %d/%d a %.2fs\n", counter, MAX_COUNTER, now/1000. ); in timer_func()33 if (counter < MAX_COUNTER) in timer_func()
35 #define MAX_COUNTER 1<<30 macro196 if (counter > MAX_COUNTER) { in genrandom()