Searched refs:run_time (Results 1 – 13 of 13) sorted by relevance
/third_party/ltp/pan/ |
D | ltp-pan.c | 176 int run_time = -1; in main() local 263 ret = sscanf(optarg, "%d%c", &run_time, &modifier); in main() 272 " assuming %c\n", run_time, modifier); in main() 276 run_time = run_time; in main() 279 run_time = run_time * 60; in main() 282 run_time = run_time * 60 * 60; in main() 285 run_time = run_time * 60 * 60 * 24; in main() 294 run_time); in main() 505 if (run_time != -1) { in main() 506 alarm(run_time); in main()
|
/third_party/boost/libs/numeric/odeint/examples/openmp/ |
D | phase_chain.cpp | 90 double run_time = static_cast<double>(timer.elapsed().wall) * 1.0e-9; in main() local 91 std::cerr << run_time << "s" << std::endl; in main()
|
D | phase_chain_omp_state.cpp | 93 double run_time = static_cast<double>(timer.elapsed().wall) * 1.0e-9; in main() local 94 std::cerr << run_time << "s" << std::endl; in main()
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | progressreport.c | 341 glong run_time; in gst_progress_report_report() local 344 run_time = cur_time_s - filter->start_time_s; in gst_progress_report_report() 346 hh = (run_time / 3600) % 100; in gst_progress_report_report() 347 mm = (run_time / 60) % 60; in gst_progress_report_report() 348 ss = (run_time % 60); in gst_progress_report_report()
|
/third_party/boost/libs/beast/include/boost/beast/_experimental/unit_test/ |
D | reporter.hpp | 72 using run_time = std::pair<std::string, typedef 84 std::vector<run_time> top; 165 [](run_time const& t1, in add()
|
/third_party/boost/boost/beast/_experimental/unit_test/ |
D | reporter.hpp | 72 using run_time = std::pair<std::string, typedef 84 std::vector<run_time> top; 165 [](run_time const& t1, in add()
|
/third_party/boost/libs/numeric/odeint/examples/mpi/ |
D | phase_chain.cpp | 114 double run_time = static_cast<double>(timer.elapsed().wall) * 1.0e-9; in main() local 115 std::cerr << run_time << "s" << std::endl; in main()
|
/third_party/ltp/testcases/kernel/mce-test/stress/tools/fs-metadata/ |
D | fs-metadata.sh | 35 local run_time=$(expr $end_ts - $K_START_TS) 37 k_result "Finish fs-metadata testing within $run_time secs, $total_nr metadata "
|
/third_party/ltp/testcases/kernel/mem/mtest05/ |
D | mmstress.c | 162 static void set_timer(int run_time) in set_timer() argument 170 timer.it_value.tv_sec = (time_t) (run_time * 3600.0); in set_timer()
|
/third_party/boost/libs/graph/test/ |
D | dijkstra_heap_performance.cpp | 65 double run_time = t.stop(); in run_test() local
|
/third_party/gstreamer/gstplugins_base/ext/ogg/ |
D | gstoggmux.c | 591 gint64 run_time = GST_BUFFER_TIMESTAMP (buffer); in gst_ogg_mux_push_buffer() local 592 if (mux->last_ts != GST_CLOCK_TIME_NONE && run_time < mux->last_ts) in gst_ogg_mux_push_buffer() 595 mux->last_ts = run_time; in gst_ogg_mux_push_buffer()
|
/third_party/boost/libs/integer/doc/gcd/ |
D | math-gcd.qbk | 127 [section:run_time Run-time GCD & LCM Determination]
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 146294 Fix bogus next_offset and run_time calculation, don't understand how
|