Home
last modified time | relevance | path

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

/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.c583 v16u8 tu0, tu1, tv0, tv1, cu0, cu1, cv0, cv1; \
586 LD_UB2(top_v, 1, tv0, tv1); \
589 UPSAMPLE_32PIXELS(tv0, tv1, cv0, cv1); \
591 ST_UB4(tv0, tv1, cv0, cv1, &temp_v[0], 16); \
607 v16u8 tu0, tu1, tv0, tv1, cu0, cu1, cv0, cv1; \
614 LD_UB2(&temp_v[ 0], 1, tv0, tv1); \
617 UPSAMPLE_32PIXELS(tv0, tv1, cv0, cv1); \
619 ST_UB4(tv0, tv1, cv0, cv1, &temp_v[0], 16); \
/external/mksh/src/
Dfuncs.c2722 struct timeval usrtime, systime, tv0, tv1; in timex() local
2724 mksh_TIME(tv0); in timex()
2760 timersub(&tv1, &tv0, &tv1); in timex()