Searched refs:MAXLOOPS (Results 1 – 7 of 7) sorted by relevance
60 #define MAXLOOPS HUSECS /* Assume precision < .1s ! */ macro75 for (i = - --minsteps; i< MAXLOOPS; i++) { in default_get_resolution()87 if (i >= MAXLOOPS) { in default_get_resolution()90 MAXLOOPS); in default_get_resolution()
105 if (loops >= MAXLOOPS) { /* start using fork(2) */
454 #define MAXLOOPS 1000 macro622 if (clientssl != NULL && ++abortctr == MAXLOOPS) { in qtest_create_quic_connection_ex()
1024 #define MAXLOOPS 1000000 macro1363 if (++abortctr == MAXLOOPS) { in create_bare_ssl_connection_ex()
891 #define MAXLOOPS 1000 macro962 if (++abortctr == MAXLOOPS) { in test_bio_ssl()
339 #define MAXLOOPS (USECS/9) macro
5176 #define MAXLOOPS ((int)(1. / MINSTEP)) /* avoid infinite loop */ macro5246 for (i = 0; i < MAXLOOPS && changes < MINCHANGES; i++) { in measure_tick_fuzz()