Home
last modified time | relevance | path

Searched refs:t_msec (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/mpv/mpv-0.34.1/common/
H A Dstats.c201 double t_msec = (t - e->cpu_start_ns) / 1e6; in stats_global_query() local
202 add_stat(out, e, NULL, t_msec, mp_tprintf(80, "%.2f ms", t_msec)); in stats_global_query()
/dports/sysutils/xmbmon/xmbmon205/
H A Dxmbmon.c83 unsigned long t_sec, t_msec; variable
452 XtAppAddTimeOut(app_con, t_msec, (XtTimerCallbackProc) alarm_handler, NULL); in main()
830 t_msec = (1000 * interval_sec) / n_count; in init_dt()
831 iir_tc = t_msec > 500 ? 0.5 : 0.25; in init_dt()
846 if (t_msec <= 1000){ in alarm_handler()
890 XtAppAddTimeOut(app_con, t_msec, (XtTimerCallbackProc) alarm_handler, NULL); in alarm_handler()
/dports/benchmarks/fio/fio-3.29/tools/hist/
H A Dfio-histo-log-pctiles.py479 for (t_msec, all_threads_histo_t) in all_threads_histograms:
481 record = '%8d, %8d, ' % (t_msec, samples)
/dports/x11-toolkits/ntk/ntk/src/
H A DFl_win32.cxx407 int t_msec = (int) (time_to_wait * 1000.0 + 0.5); in fl_wait() local
408 MsgWaitForMultipleObjects(0, NULL, FALSE, t_msec, QS_ALLINPUT); in fl_wait()
/dports/math/giacxcas/fltk-1.3.0/src/
H A DFl_win32.cxx407 int t_msec = (int) (time_to_wait * 1000.0 + 0.5); in fl_wait() local
408 MsgWaitForMultipleObjects(0, NULL, FALSE, t_msec, QS_ALLINPUT); in fl_wait()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_win32.cxx429 int t_msec = (int) (time_to_wait * 1000.0 + 0.5); local
430 MsgWaitForMultipleObjects(0, NULL, FALSE, t_msec, QS_ALLINPUT);