Searched refs:t_m (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/testsuite/sim/cris/c/
H A Dgettod.c9 struct timeval t_m = {0, 0}; local
13 || gettimeofday (&t_m, NULL) != 0
14 || t_m.tv_sec == 0
19 || (t != t_m.tv_sec && t+1 != t_m.tv_sec))
H A Dtime1.c18 struct timeval t_m = {0, 0}; local
23 if (gettimeofday (&t_m, &t_z) != 0)
31 != (t_m.tv_sec * 1000000 + t_m.tv_usec + i * 1000))
34 t_m.tv_sec, t_m.tv_usec, i, t_m1.tv_sec, t_m1.tv_usec);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/testsuite/sim/cris/c/
H A Dgettod.c9 struct timeval t_m = {0, 0}; local
13 || gettimeofday (&t_m, NULL) != 0
14 || t_m.tv_sec == 0
19 || (t != t_m.tv_sec && t+1 != t_m.tv_sec))
H A Dtime1.c18 struct timeval t_m = {0, 0}; local
23 if (gettimeofday (&t_m, &t_z) != 0)
31 != (t_m.tv_sec * 1000000 + t_m.tv_usec + i * 1000))
34 t_m.tv_sec, t_m.tv_usec, i, t_m1.tv_sec, t_m1.tv_usec);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/testsuite/sim/cris/c/
H A Dgettod.c9 struct timeval t_m = {0, 0}; local
13 || gettimeofday (&t_m, NULL) != 0
14 || t_m.tv_sec == 0
19 || (t != t_m.tv_sec && t+1 != t_m.tv_sec))
H A Dtime1.c18 struct timeval t_m = {0, 0}; local
23 if (gettimeofday (&t_m, &t_z) != 0)
31 != (t_m.tv_sec * 1000000 + t_m.tv_usec + i * 1000))
34 t_m.tv_sec, t_m.tv_usec, i, t_m1.tv_sec, t_m1.tv_usec);

Completed in 122 milliseconds