Home
last modified time | relevance | path

Searched defs:tv2 (Results 1 – 12 of 12) sorted by relevance

/minix3/external/bsd/libevent/dist/test/
H A Dregress.h114 #define test_timeval_diff_leq(tv1, tv2, diff, tolerance) \ argument
117 #define test_timeval_diff_eq(tv1, tv2, diff) \ argument
H A Dregress.c685 struct timeval tv, tv2, tv_exit, start; in test_persistent_active_timeout() local
2151 struct timeval tv, now, tv2, diff; in test_event_pending() local
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dtest_rfc3961.c43 struct timeval tv1, tv2; in time_encryption() local
99 struct timeval tv1, tv2; in time_s2k() local
H A Dtest_crypto.c43 struct timeval tv1, tv2; in time_encryption() local
99 struct timeval tv1, tv2; in time_s2k() local
/minix3/tests/lib/libc/sys/
H A Dt_gettimeofday.c63 struct timeval tv1, tv2; in ATF_TC_BODY() local
/minix3/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dtest_rsa.c249 struct timeval tv1, tv2; in main() local
285 struct timeval tv1, tv2; in main() local
/minix3/tests/lib/librt/
H A Dt_sched.c219 struct timespec tv1, tv2; in ATF_TC_BODY() local
/minix3/common/lib/libc/gen/
H A Drpst.c555 tvdiff(const struct timeval *tv1, const struct timeval *tv2) in tvdiff()
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmulti-level-substitution.cpp237 …tuple_of_values<int&, float&>::apply<i, i>::type tv2; // expected-error{{non-type template paramet… variable
/minix3/external/bsd/bind/dist/contrib/queryperf/
H A Dqueryperf.c1026 addtv(struct timeval *tv1, struct timeval *tv2, struct timeval *tv_result) { in addtv()
1042 difftv(struct timeval tv1, struct timeval tv2) { in difftv()
/minix3/minix/tests/
H A Dtest91.c3803 struct timeval tv1, tv2; in sub91u() local
/minix3/external/bsd/libevent/dist/
H A Devent.c1119 is_same_common_timeout(const struct timeval *tv1, const struct timeval *tv2) in is_same_common_timeout()