Searched refs:tv1 (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/Support/ |
D | TimeValue.h | 183 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/ |
D | scantest.c | 66 static __inline__ float timeval_subtract(struct timeval *tv1, 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()
|
D | util.c | 309 static _INLINE_ float timeval_subtract(struct timeval *tv1, 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/ |
D | badblocks.c | 164 static char *time_diff_format(struct timeval *tv1, 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 343 gettimeofday(&tv1, 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/ |
D | gen_uuid.c | 348 unsigned long tv1, tv2; in get_clock() local 352 &cl, &tv1, &tv2, &a) == 4) { in get_clock() 354 last.tv_sec = tv1; in get_clock()
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | multi-level-substitution.cpp | 211 …tuple_of_values<int, float> tv1; // expected-note{{in instantiation of template class 'ExpandingNo… variable
|
/external/mksh/src/ |
D | funcs.c | 2492 struct timeval usrtime, systime, tv0, tv1; in timex() local 2511 gettimeofday(&tv1, NULL); in timex() 2530 timersub(&tv1, &tv0, &tv1); in timex() 2532 p_time(shl_out, true, tv1.tv_sec, tv1.tv_usec, in timex() 2535 p_time(shl_out, false, tv1.tv_sec, tv1.tv_usec, in timex()
|
D | check.t | 6842 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#}> <$…
|
/external/chromium/net/base/ |
D | ssl_false_start_blacklist.txt | 4287 webmail.tv1.com.br
|