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

  /src/external/apache2/argon2/dist/phc-winner-argon2/src/
bench.c 73 double run_time = 0; local
96 run_time += ((double)stop_time - start_time) / (CLOCKS_PER_SEC);
103 printf("%2.4f seconds\n\n", run_time);
  /src/libexec/atrun/
atrun.c 393 time_t now, run_time; local
486 run_time = (time_t) ctm * 60;
488 if ((S_IXUSR & buf.st_mode) && (run_time <= now)) {
505 if ((run_time < now) && !(S_IXUSR & buf.st_mode) &&
  /src/external/gpl3/binutils/dist/gas/
as.c 1227 long run_time = get_run_time () - start_time;
1230 myname, run_time / 1000000, run_time % 1000000);
1226 long run_time = get_run_time () - start_time; local
  /src/external/gpl3/binutils/dist/ld/
ldmain.c 1105 long run_time = get_run_time () - start_time;
1109 program_name, run_time / 1000000, run_time % 1000000);
1103 long run_time = get_run_time () - start_time; local
  /src/external/gpl3/binutils.old/dist/gas/
as.c 1207 long run_time = get_run_time () - start_time;
1210 myname, run_time / 1000000, run_time % 1000000);
1206 long run_time = get_run_time () - start_time; local
  /src/external/gpl3/binutils.old/dist/ld/
ldmain.c 1029 long run_time = get_run_time () - start_time;
1033 program_name, run_time / 1000000, run_time % 1000000);
1027 long run_time = get_run_time () - start_time; local
  /src/external/gpl3/gdb.old/dist/gdb/
tracepoint.c 1865 LONGEST run_time = ts->stop_time - ts->start_time; local
1871 (long int) (run_time / 1000000),
1872 (long int) (run_time % 1000000));
  /src/external/gpl3/gdb/dist/gdb/
tracepoint.c 1865 LONGEST run_time = ts->stop_time - ts->start_time; local
1871 (long int) (run_time / 1000000),
1872 (long int) (run_time % 1000000));

Completed in 36 milliseconds