Searched refs:tv0 (Results 1 – 3 of 3) sorted by relevance
/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 | 583 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/ |
D | funcs.c | 2722 struct timeval usrtime, systime, tv0, tv1; in timex() local 2724 mksh_TIME(tv0); in timex() 2760 timersub(&tv1, &tv0, &tv1); in timex()
|