Home
last modified time | relevance | path

Searched refs:MAX_COUNTER (Results 1 – 3 of 3) sorted by relevance

/external/qemu/telephony/
Dtest1.c15 #define MAX_COUNTER 10 macro
26 printf( "tick %d/%d a %.2fs\n", counter, MAX_COUNTER, now/1000. ); in timer_func()
27 if (counter < MAX_COUNTER) in timer_func()
Dtest2.c19 #define MAX_COUNTER 30 macro
32 printf( "tick %d/%d a %.2fs\n", counter, MAX_COUNTER, now/1000. ); in timer_func()
33 if (counter < MAX_COUNTER) in timer_func()
/external/dropbear/
Drandom.c35 #define MAX_COUNTER 1<<30 macro
196 if (counter > MAX_COUNTER) { in genrandom()