Searched refs:tv0 (Results 1 – 9 of 9) sorted by relevance
/external/iperf3/src/ |
D | iperf_util.c | 167 timeval_equals(struct timeval * tv0, struct timeval * tv1) in timeval_equals() argument 169 if ( tv0->tv_sec == tv1->tv_sec && tv0->tv_usec == tv1->tv_usec ) in timeval_equals() 176 timeval_diff(struct timeval * tv0, struct timeval * tv1) in timeval_diff() argument 180 time1 = tv0->tv_sec + (tv0->tv_usec / 1000000.0); in timeval_diff()
|
D | iperf_util.h | 45 int timeval_equals(struct timeval *tv0, struct timeval *tv1); 47 double timeval_diff(struct timeval *tv0, struct timeval *tv1);
|
/external/strace/tests-m32/ |
D | delay.c | 54 check_delay(const struct timeval *const tv0, in check_delay() argument 61 const int64_t us0 = usecs_from_tv(tv0); in check_delay()
|
/external/strace/tests-mx32/ |
D | delay.c | 54 check_delay(const struct timeval *const tv0, in check_delay() argument 61 const int64_t us0 = usecs_from_tv(tv0); in check_delay()
|
/external/strace/tests/ |
D | delay.c | 54 check_delay(const struct timeval *const tv0, in check_delay() argument 61 const int64_t us0 = usecs_from_tv(tv0); in check_delay()
|
/external/autotest/client/tests/ipv6connect/src/ |
D | ipv6connect.c | 426 struct timeval tv0, tv1; in main() local 455 gettimeofday(&tv0, NULL); in main() 470 timediff = (tv1.tv_sec - tv0.tv_sec) * 1000000 + tv1.tv_usec - tv0.tv_usec; in main()
|
/external/webp/src/dsp/ |
D | upsampling_msa.c | 589 v16u8 tu0, tu1, tv0, tv1, cu0, cu1, cv0, cv1; \ 592 LD_UB2(top_v, 1, tv0, tv1); \ 595 UPSAMPLE_32PIXELS(tv0, tv1, cv0, cv1); \ 597 ST_UB4(tv0, tv1, cv0, cv1, &temp_v[0], 16); \ 613 v16u8 tu0, tu1, tv0, tv1, cu0, cu1, cv0, cv1; \ 620 LD_UB2(&temp_v[ 0], 1, tv0, tv1); \ 623 UPSAMPLE_32PIXELS(tv0, tv1, cv0, cv1); \ 625 ST_UB4(tv0, tv1, cv0, cv1, &temp_v[0], 16); \
|
/external/mksh/src/ |
D | funcs.c | 2369 struct timeval usrtime, systime, tv0, tv1; in timex() local 2371 mksh_TIME(tv0); in timex() 2407 timersub(&tv1, &tv0, &tv1); in timex()
|
/external/llvm-project/llvm/lib/Target/VE/ |
D | VEInstrVec.td | 69 // vbrd tv0, 2 71 // vbrd_v tv1, 2, tv0
|