HomeSort by relevance Sort by last modified time
    Searched refs:tv0 (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/tests/ipv6connect/src/
ipv6connect.c 426 struct timeval tv0, tv1; local
455 gettimeofday(&tv0, NULL);
470 timediff = (tv1.tv_sec - tv0.tv_sec) * 1000000 + tv1.tv_usec - tv0.tv_usec;
  /cts/tests/tests/widget/src/android/widget/cts/
TabWidgetTest.java 151 TextView tv0 = new TextView(mActivity); local
153 mockTabWidget.addView(tv0);
157 mockTabWidget.childDrawableStateChanged(tv0);
  /external/webp/src/dsp/
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/
funcs.c 2374 struct timeval usrtime, systime, tv0, tv1; local
    [all...]

Completed in 441 milliseconds