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/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/ |
D | btTriangleShapeEx.h | 153 btVector3 tv0 = t(m_vertices1[0]); in getAabb() local 157 btAABB trianglebox(tv0,tv1,tv2,m_collisionMargin); in getAabb()
|
/external/mksh/src/ |
D | funcs.c | 2621 struct timeval usrtime, systime, tv0, tv1; in timex() local 2623 mksh_TIME(tv0); in timex() 2659 timersub(&tv1, &tv0, &tv1); in timex()
|