Searched refs:test_loop (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/tests/sandbox/
H A Dbug-2803.c68 int test_loop( long long start_sec, long start_usec, function
94 test_loop( 0, 0, 1, MICROSECONDS, 1, MICROSECONDS / 10 );
96 // test_loop( 0, 0, 5, MICROSECONDS, 1, MICROSECONDS / 1000 );
97 // test_loop( 0, 0, -5, -MICROSECONDS, -1, -MICROSECONDS / 1000 );
/netbsd-current/external/bsd/ntp/dist/tests/bug-2803/
H A Dbug-2803.c74 int test_loop( long long start_sec, long start_usec, function
100 x = test_loop( 0, 0, 1, MICROSECONDS, 1, MICROSECONDS / 10 );
102 // x = test_loop( 0, 0, 5, MICROSECONDS, 1, MICROSECONDS / 1000 );
103 // x = test_loop( 0, 0, -5, -MICROSECONDS, -1, -MICROSECONDS / 1000 );

Completed in 82 milliseconds