Searched refs:tv_start (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress_rpc.c743 struct timeval tv_start, tv_end; local
766 evutil_gettimeofday(&tv_start, NULL);
805 evutil_timersub(&tv_end, &tv_start, &tv_end);
H A Dregress_http.c2788 struct timeval tv_start, tv_end; local
2812 evutil_gettimeofday(&tv_start, NULL);
2817 evutil_timersub(&tv_end, &tv_start, &tv_end);
3006 struct timeval tv_start, tv_end; local
3032 evutil_gettimeofday(&tv_start, NULL);
3039 evutil_timersub(&tv_end, &tv_start, &tv_end);
3341 struct timeval tv, tv_start, tv_end; local
3374 evutil_gettimeofday(&tv_start, NULL);
3377 evutil_timersub(&tv_end, &tv_start, &tv_end);
3406 evutil_gettimeofday(&tv_start, NUL
[all...]
H A Dregress.c1852 struct timeval tv, tv_start, tv_end; local
1866 evutil_gettimeofday(&tv_start, NULL);
1875 test_timeval_diff_eq(&tv_start, &tv_end, 300);
1885 struct timeval tv, tv_start, tv_end; local
1900 evutil_gettimeofday(&tv_start, NULL);
1909 test_timeval_diff_eq(&tv_start, &tv_end, 200);
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress_rpc.c744 struct timeval tv_start, tv_end; local
767 evutil_gettimeofday(&tv_start, NULL);
806 evutil_timersub(&tv_end, &tv_start, &tv_end);
H A Dregress_http.c3114 struct timeval tv_start, tv_end; local
3137 evutil_gettimeofday(&tv_start, NULL);
3142 evutil_timersub(&tv_end, &tv_start, &tv_end);
3330 struct timeval tv_start, tv_end; local
3356 evutil_gettimeofday(&tv_start, NULL);
3364 evutil_timersub(&tv_end, &tv_start, &tv_end);
3724 struct timeval tv, tv_start, tv_end; local
3761 evutil_gettimeofday(&tv_start, NULL);
3764 evutil_timersub(&tv_end, &tv_start, &tv_end);
3796 evutil_gettimeofday(&tv_start, NUL
[all...]
H A Dregress.c1036 struct timeval tv_start, tv_end;
1038 evutil_gettimeofday(&tv_start, NULL);
1042 test_timeval_diff_eq(&tv_start, &tv_end, 300);
1080 struct timeval tv_start, tv_end;
1081 evutil_gettimeofday(&tv_start, NULL);
1084 test_timeval_diff_eq(&tv_start, &tv_end, 270);
2040 struct timeval tv, tv_start, tv_end;
2054 evutil_gettimeofday(&tv_start, NULL);
2063 test_timeval_diff_eq(&tv_start, &tv_end, 300);
2073 struct timeval tv, tv_start, tv_en
[all...]
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsk-usbhid.c397 struct timeval tv_start, tv_now, tv_delta; local
418 monotime_tv(&tv_start);
430 timersub(&tv_now, &tv_start, &tv_delta);

Completed in 428 milliseconds