Home
last modified time | relevance | path

Searched refs:tv2 (Results 1 – 7 of 7) sorted by relevance

/external/llvm/include/llvm/Support/
DTimeValue.h183 friend TimeValue operator + (const TimeValue &tv1, const TimeValue &tv2);
188 friend TimeValue operator - (const TimeValue &tv1, const TimeValue &tv2);
367 inline TimeValue operator + (const TimeValue &tv1, const TimeValue &tv2) {
368 TimeValue sum (tv1.seconds_ + tv2.seconds_, tv1.nanos_ + tv2.nanos_);
373 inline TimeValue operator - (const TimeValue &tv1, const TimeValue &tv2) {
374 TimeValue difference (tv1.seconds_ - tv2.seconds_, tv1.nanos_ - tv2.nanos_ );
/external/e2fsprogs/e2fsck/
Dscantest.c67 struct timeval *tv2) in timeval_subtract() argument
69 return ((tv1->tv_sec - tv2->tv_sec) + in timeval_subtract()
70 ((float) (tv1->tv_usec - tv2->tv_usec)) / 1000000); in timeval_subtract()
Dutil.c310 struct timeval *tv2) in timeval_subtract() argument
312 return ((tv1->tv_sec - tv2->tv_sec) + in timeval_subtract()
313 ((float) (tv1->tv_usec - tv2->tv_usec)) / 1000000); in timeval_subtract()
/external/e2fsprogs/misc/
Dbadblocks.c165 struct timeval *tv2, char *buf) in time_diff_format() argument
167 time_t diff = (tv1->tv_sec - tv2->tv_sec); in time_diff_format()
327 struct timeval tv1, tv2; in do_read() local
346 gettimeofday(&tv2, NULL); in do_read()
355 ts.tv_sec = tv2.tv_sec - tv1.tv_sec; in do_read()
356 ts.tv_nsec = (tv2.tv_usec - tv1.tv_usec) * MILISEC; in do_read()
373 tv.tv_sec = tv2.tv_sec - tv1.tv_sec; in do_read()
374 tv.tv_usec = tv2.tv_usec - tv1.tv_usec; in do_read()
/external/e2fsprogs/lib/uuid/
Dgen_uuid.c348 unsigned long tv1, tv2; in get_clock() local
352 &cl, &tv1, &tv2, &a) == 4) { in get_clock()
355 last.tv_usec = tv2; in get_clock()
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmulti-level-substitution.cpp213 …tuple_of_values<int&, float&>::apply<i, i>::type tv2; // expected-error{{non-type template paramet… variable
/external/mksh/src/
Dcheck.t6842 typeset -Uui16 tv1=1#~ tv2=1# tv3=1#� tv4=1#� tv5=1#� tv6=1#� tv7=1#  tv8=1#€
6843 …echo "specX <${tv1#16#}> <${tv2#16#}> <${tv3#16#}> <${tv4#16#}> <${tv5#16#}> <${tv6#16#}> <${tv7#1…
6844 typeset -i1 tv1 tv2 tv3 tv4 tv5 tv6 tv7 tv8
6845 …echo "specW <${tv1#1#}> <${tv2#1#}> <${tv3#1#}> <${tv4#1#}> <${tv5#1#}> <${tv6#1#}> <${tv7#1#}> <$…