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

  /src/external/gpl3/gdb/dist/sim/m68hc11/
emulos.c 39 static struct timeval bench_stop; variable in typeref:struct:timeval
55 gettimeofday (&bench_stop, 0);
71 t_stop = (double) (bench_stop.tv_sec) * 1.0e6;
72 t_stop += (double) (bench_stop.tv_usec);
86 printf ("bench_stop not called");
emulos.c 39 static struct timeval bench_stop; variable in typeref:struct:timeval
55 gettimeofday (&bench_stop, 0);
71 t_stop = (double) (bench_stop.tv_sec) * 1.0e6;
72 t_stop += (double) (bench_stop.tv_usec);
86 printf ("bench_stop not called");
  /src/external/gpl3/gdb.old/dist/sim/m68hc11/
emulos.c 39 static struct timeval bench_stop; variable in typeref:struct:timeval
55 gettimeofday (&bench_stop, 0);
71 t_stop = (double) (bench_stop.tv_sec) * 1.0e6;
72 t_stop += (double) (bench_stop.tv_usec);
86 printf ("bench_stop not called");
emulos.c 39 static struct timeval bench_stop; variable in typeref:struct:timeval
55 gettimeofday (&bench_stop, 0);
71 t_stop = (double) (bench_stop.tv_sec) * 1.0e6;
72 t_stop += (double) (bench_stop.tv_usec);
86 printf ("bench_stop not called");

Completed in 44 milliseconds