Home
last modified time | relevance | path

Searched refs:start_time (Results 6476 – 6500 of 22734) sorted by relevance

1...<<251252253254255256257258259260>>...910

/dports/math/coinmumps/MUMPS_4.10.0/src/
H A Dmumps_io_thread.c78 struct timeval start_time,end_time; in mumps_async_thread_function_with_sem() local
81 gettimeofday(&start_time,NULL); in mumps_async_thread_function_with_sem()
88 …_time.tv_sec+((double)end_time.tv_usec/1000000))-((double)start_time.tv_sec+((double)start_time.tv… in mumps_async_thread_function_with_sem()
/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_ccx/
H A Dccx_encoders_smptett.c121 ms_start = sub->start_time; in write_cc_bitmap_as_smptett()
130 context->prev_start = sub->start_time; in write_cc_bitmap_as_smptett()
176 write_stringz_as_smptett(sub->data, context, sub->start_time, sub->end_time); in write_cc_subtitle_as_smptett()
202 LLONG startms = data->start_time; in write_cc_buffer_as_smptett()
H A Ddvd_subtitle_decoder.c40 uint16_t start_time, stop_time; member
204 case 0x01: control->start_time = (date << 10) / 90; in decode_packet()
324 sub->start_time = get_visible_start(dec_ctx->timing, 1); in write_dvd_sub()
325 sub->end_time = sub->start_time + (ctx->ctrl->stop_time); in write_dvd_sub()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8188eu/os_dep/
H A Dusb_intf.c206 unsigned long start_time = jiffies; in rtw_suspend() local
261 jiffies_to_msecs(jiffies - start_time)); in rtw_suspend()
271 unsigned long start_time = jiffies; in rtw_resume_process() local
304 ret, jiffies_to_msecs(jiffies - start_time)); in rtw_resume_process()
/dports/math/mumps4/MUMPS_4.10.0/src/
H A Dmumps_io_thread.c78 struct timeval start_time,end_time; in mumps_async_thread_function_with_sem() local
81 gettimeofday(&start_time,NULL); in mumps_async_thread_function_with_sem()
88 …_time.tv_sec+((double)end_time.tv_usec/1000000))-((double)start_time.tv_sec+((double)start_time.tv… in mumps_async_thread_function_with_sem()
/dports/www/firefox/firefox-99.0/testing/mozbase/mozlog/mozlog/formatters/
H A Dtbplformatter.py251 start_time = self.test_start_times.pop(test_id)
252 time = data["time"] - start_time
309 start_time = self.suite_start_time
311 time = int((data["time"] - start_time) / 1000)
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/build_scripts/
H A Dqp5_tool.py304 start_time = time.time()
332 elapsed_time = int(time.time() - start_time)
342 start_time = time.time()
344 elapsed_time = int(time.time() - start_time)
/dports/graphics/wxsvg/wxsvg-1.5.22/src/
H A Dmediadec_ffmpeg.cpp243 if (m_formatCtx->start_time != (int64_t)AV_NOPTS_VALUE) in SetPosition()
244 timestamp += m_formatCtx->start_time; in SetPosition()
262 if (m_formatCtx->start_time != (int64_t)AV_NOPTS_VALUE) in GetPosition()
263 timestamp -= m_formatCtx->start_time; in GetPosition()
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/build_scripts/
H A Dqp5_tool.py304 start_time = time.time()
332 elapsed_time = int(time.time() - start_time)
342 start_time = time.time()
344 elapsed_time = int(time.time() - start_time)
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/scontrol/
H A Dcreate_res.c192 resv_msg_ptr->start_time = t; in scontrol_parse_res_options()
406 if (resv_msg.start_time == (time_t)NO_VAL) { in scontrol_create_res()
419 resv_msg.start_time + resv_msg.duration*60 != resv_msg.end_time) { in scontrol_create_res()
424 if (resv_msg.start_time > resv_msg.end_time && in scontrol_create_res()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8188eu/os_dep/
H A Dusb_intf.c206 unsigned long start_time = jiffies; in rtw_suspend() local
261 jiffies_to_msecs(jiffies - start_time)); in rtw_suspend()
271 unsigned long start_time = jiffies; in rtw_resume_process() local
304 ret, jiffies_to_msecs(jiffies - start_time)); in rtw_resume_process()
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/lib/
H A Dutil.cpp195 static double start_time; in get_elapsed_time() local
198 if (start_time) { in get_elapsed_time()
199 cpu = now - start_time; in get_elapsed_time()
203 start_time = now; in get_elapsed_time()
/dports/net-im/fractal/fractal-4.4.0/fractal-gtk/src/widgets/
H A Dscroll_widget.rs286 let start_time = clock.get_frame_time(); in scroll_down() localVariable
287 let end_time = start_time + 1000 * duration; in scroll_down()
296 let mut t = (now - start_time) as f64 / (end_time - start_time) as f64; in scroll_down()
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/firefox-ui/harness/firefox_ui_harness/
H A Dtestcases.py250 start_time = datetime.now()
252 self.download_duration = (datetime.now() - start_time).total_seconds()
282 start_time = datetime.now()
284 self.download_duration = (datetime.now() - start_time).total_seconds()
/dports/devel/p5-Test-Parser/Test-Parser-1.9/lib/Test/Parser/
H A DDbt2.pm263 $self->{data}->{start_time} = undef;
283 unless ($self->{data}->{start_time}) {
284 $self->{data}->{start_time} = $previous_time = $current_time;
349 $self->{data}->{start_time};
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Dpbs.py591 start_time = float_or_none(chapter.get('start_time'), 1000)
593 if start_time is None or duration is None:
596 'start_time': start_time,
597 'end_time': start_time + duration,
/dports/x11/cinnamon-desktop/cinnamon-desktop-4.8.1/libcinnamon-desktop/
H A Dgnome-bg-crossfade.c49 gdouble start_time; member
351 fade->priv->start_time = get_current_time (); in gnome_bg_crossfade_set_end_surface()
420 percent_done = (now - fade->priv->start_time) / fade->priv->total_duration; in on_tick()
536 fade->priv->start_time = get_current_time (); in gnome_bg_crossfade_start()
/dports/databases/db18/db-18.1.40/src/log/
H A Dlog_verify.c56 if (lvconfig->start_time != 0 || lvconfig->end_time != 0)
59 if ((!IS_ZERO_LSN(lvconfig->start_lsn) && lvconfig->start_time != 0) ||
126 starttime = lvconfig->start_time;
440 cfg.start_time = stime;
/dports/databases/postgresql12-client/postgresql-12.9/src/bin/pg_basebackup/
H A Dstreamutil.c628 feTimestampDifference(TimestampTz start_time, TimestampTz stop_time,
631 TimestampTz diff = stop_time - start_time;
650 feTimestampDifferenceExceeds(TimestampTz start_time,
654 TimestampTz diff = stop_time - start_time;
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/bin/pg_basebackup/
H A Dstreamutil.c627 feTimestampDifference(TimestampTz start_time, TimestampTz stop_time, in feTimestampDifference() argument
630 TimestampTz diff = stop_time - start_time; in feTimestampDifference()
649 feTimestampDifferenceExceeds(TimestampTz start_time, in feTimestampDifferenceExceeds() argument
653 TimestampTz diff = stop_time - start_time; in feTimestampDifferenceExceeds()
/dports/databases/postgresql14-docs/postgresql-14.1/src/bin/pg_basebackup/
H A Dstreamutil.c627 feTimestampDifference(TimestampTz start_time, TimestampTz stop_time, in feTimestampDifference() argument
630 TimestampTz diff = stop_time - start_time; in feTimestampDifference()
649 feTimestampDifferenceExceeds(TimestampTz start_time, in feTimestampDifferenceExceeds() argument
653 TimestampTz diff = stop_time - start_time; in feTimestampDifferenceExceeds()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/bin/pg_basebackup/
H A Dstreamutil.c627 feTimestampDifference(TimestampTz start_time, TimestampTz stop_time, in feTimestampDifference() argument
630 TimestampTz diff = stop_time - start_time; in feTimestampDifference()
649 feTimestampDifferenceExceeds(TimestampTz start_time, in feTimestampDifferenceExceeds() argument
653 TimestampTz diff = stop_time - start_time; in feTimestampDifferenceExceeds()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/bin/pg_basebackup/
H A Dstreamutil.c627 feTimestampDifference(TimestampTz start_time, TimestampTz stop_time, in feTimestampDifference() argument
630 TimestampTz diff = stop_time - start_time; in feTimestampDifference()
649 feTimestampDifferenceExceeds(TimestampTz start_time, in feTimestampDifferenceExceeds() argument
653 TimestampTz diff = stop_time - start_time; in feTimestampDifferenceExceeds()
/dports/databases/postgresql14-client/postgresql-14.1/src/bin/pg_basebackup/
H A Dstreamutil.c627 feTimestampDifference(TimestampTz start_time, TimestampTz stop_time, in feTimestampDifference() argument
630 TimestampTz diff = stop_time - start_time; in feTimestampDifference()
649 feTimestampDifferenceExceeds(TimestampTz start_time, in feTimestampDifferenceExceeds() argument
653 TimestampTz diff = stop_time - start_time; in feTimestampDifferenceExceeds()
/dports/databases/postgresql13-server/postgresql-13.5/src/bin/pg_basebackup/
H A Dstreamutil.c626 feTimestampDifference(TimestampTz start_time, TimestampTz stop_time, in feTimestampDifference() argument
629 TimestampTz diff = stop_time - start_time; in feTimestampDifference()
648 feTimestampDifferenceExceeds(TimestampTz start_time, in feTimestampDifferenceExceeds() argument
652 TimestampTz diff = stop_time - start_time; in feTimestampDifferenceExceeds()

1...<<251252253254255256257258259260>>...910