Home
last modified time | relevance | path

Searched refs:MAXLOOPS (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/ntp/util/
H A Dprecision.c60 #define MAXLOOPS HUSECS /* Assume precision < .1s ! */ macro
75 for (i = - --minsteps; i< MAXLOOPS; i++) { in default_get_resolution()
87 if (i >= MAXLOOPS) { in default_get_resolution()
90 MAXLOOPS); in default_get_resolution()
/freebsd/tools/test/stress2/misc/
H A Dkevent17.sh105 if (loops >= MAXLOOPS) { /* start using fork(2) */
/freebsd/crypto/openssl/test/helpers/
H A Dquictestlib.c454 #define MAXLOOPS 1000 macro
622 if (clientssl != NULL && ++abortctr == MAXLOOPS) { in qtest_create_quic_connection_ex()
H A Dssltestlib.c1024 #define MAXLOOPS 1000000 macro
1363 if (++abortctr == MAXLOOPS) { in create_bare_ssl_connection_ex()
/freebsd/crypto/openssl/test/
H A Dquicapitest.c891 #define MAXLOOPS 1000 macro
962 if (++abortctr == MAXLOOPS) { in test_bio_ssl()
/freebsd/contrib/ntp/ntpd/
H A Drefclock_msfees.c339 #define MAXLOOPS (USECS/9) macro
H A Dntp_proto.c5176 #define MAXLOOPS ((int)(1. / MINSTEP)) /* avoid infinite loop */ macro
5246 for (i = 0; i < MAXLOOPS && changes < MINCHANGES; i++) { in measure_tick_fuzz()