HomeSort by relevance Sort by last modified time
    Searched refs:get_run_time (Results 1 - 8 of 8) sorted by null

  /external/bison/lib/
timevar.h 87 extern long get_run_time (void);
timevar.c 544 get_run_time () function
559 long all_time = get_run_time ();
  /toolchain/binutils/binutils-2.25/libiberty/
getruntime.c 82 @deftypefn Replacement long get_run_time (void)
93 get_run_time (void) function
  /toolchain/binutils/binutils-2.25/gold/
timer.cc 101 now->wall = get_run_time() / 1000;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 212 extern long get_run_time (void);
  /toolchain/binutils/binutils-2.25/include/
libiberty.h 215 extern long get_run_time (void);
  /toolchain/binutils/binutils-2.25/gas/
as.c 995 long run_time = get_run_time () - start_time;
1136 start_time = get_run_time ();
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ldmain.c 192 long start_time = get_run_time ();
523 long run_time = get_run_time () - start_time;
    [all...]

Completed in 558 milliseconds