Home
last modified time | relevance | path

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

/external/android-clat/
Dclatd_microbenchmark.c127 double timedelta(const struct timespec tv1, const struct timespec tv2) { in timedelta()
142 struct timespec tv1, tv2; in benchmark() local
/external/toybox/toys/posix/
Dtime.c28 struct timeval tv, tv2; in time_main() local
/external/e2fsprogs/resize/
Dresource_track.c53 struct timeval *tv2) in timeval_subtract()
/external/e2fsprogs/e2fsck/
Dscantest.c64 struct timeval *tv2) in timeval_subtract()
Dutil.c364 struct timeval *tv2) in timeval_subtract()
/external/libmicrohttpd/src/testspdy/
Dtest_request_response_with_callback.c269 struct timeval tv2; in childproc() local
/external/opencv3/modules/calib3d/test/
Dtest_compose_rt.cpp125 const mat_t& rv1, tv1, rv2, tv2; member in Differential
/external/e2fsprogs/misc/
Dbadblocks.c180 struct timeval *tv2, char *buf) in time_diff_format()
355 struct timeval tv1, tv2; in do_read() local
/external/libvpx/libvpx/examples/
Dvp8_multi_resolution_encoder.c358 struct timeval tv1, tv2, difftv; in main() local
/external/e2fsprogs/lib/uuid/
Dgen_uuid.c352 unsigned long tv1, tv2; in get_clock() local
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmulti-level-substitution.cpp237 …tuple_of_values<int&, float&>::apply<i, i>::type tv2; // expected-error{{non-type template paramet… variable
/external/dng_sdk/source/
Ddng_exif.cpp2041 real64 tv2 = ss.As_real64 (); in Parse_ifd0_exif() local
/external/iputils/
Darping.c102 #define MS_TDIFF(tv1,tv2) ( ((tv1).tv_sec-(tv2).tv_sec)*1000 + \ argument
/external/libevent/
Devent.c1116 is_same_common_timeout(const struct timeval *tv1, const struct timeval *tv2) in is_same_common_timeout()