Home
last modified time | relevance | path

Searched refs:tv0 (Results 1 – 10 of 10) sorted by relevance

/external/iperf3/src/
Diperf_util.c167 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()
Diperf_util.h45 int timeval_equals(struct timeval *tv0, struct timeval *tv1);
47 double timeval_diff(struct timeval *tv0, struct timeval *tv1);
/external/strace/tests-mx32/
Ddelay.c54 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/
Ddelay.c54 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-m32/
Ddelay.c54 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/
Dipv6connect.c426 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/
Dupsampling_msa.c589 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/u-boot/arch/arm/dts/
Domap3-beagle-xm.dts29 display1 = &tv0;
139 tv0: connector1 { label
Domap3-beagle.dts29 display1 = &tv0;
133 tv0: connector1 { label
/external/mksh/src/
Dfuncs.c2374 struct timeval usrtime, systime, tv0, tv1; in timex() local
2376 mksh_TIME(tv0); in timex()
2412 timersub(&tv1, &tv0, &tv1); in timex()