HomeSort by: relevance | last modified time | path
    Searched refs:t_m (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
gettod.c 9 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))
time1.c 18 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);
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
gettod.c 9 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))
time1.c 18 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 15 milliseconds