Searched refs:t_m1 (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/testsuite/sim/cris/c/
H A Dtime1.c20 struct timeval t_m1 = {0, 0}; local
27 if (gettimeofday (&t_m1, NULL) != 0)
30 if (t_m1.tv_sec * 1000000 + t_m1.tv_usec
34 t_m.tv_sec, t_m.tv_usec, i, t_m1.tv_sec, t_m1.tv_usec);
38 if (time (NULL) != t_m1.tv_sec)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/testsuite/sim/cris/c/
H A Dtime1.c20 struct timeval t_m1 = {0, 0}; local
27 if (gettimeofday (&t_m1, NULL) != 0)
30 if (t_m1.tv_sec * 1000000 + t_m1.tv_usec
34 t_m.tv_sec, t_m.tv_usec, i, t_m1.tv_sec, t_m1.tv_usec);
38 if (time (NULL) != t_m1.tv_sec)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/testsuite/sim/cris/c/
H A Dtime1.c20 struct timeval t_m1 = {0, 0}; local
27 if (gettimeofday (&t_m1, NULL) != 0)
30 if (t_m1.tv_sec * 1000000 + t_m1.tv_usec
34 t_m.tv_sec, t_m.tv_usec, i, t_m1.tv_sec, t_m1.tv_usec);
38 if (time (NULL) != t_m1.tv_sec)

Completed in 59 milliseconds