Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dtime.c28 struct timeval tv, tv2; in time_main() local
/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/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/e2fsprogs/misc/
Dbadblocks.c180 struct timeval *tv2, char *buf) in time_diff_format()
355 struct timeval tv1, tv2; in do_read() 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/iputils/
Darping.c102 #define MS_TDIFF(tv1,tv2) ( ((tv1).tv_sec-(tv2).tv_sec)*1000 + \ argument