Home
last modified time | relevance | path

Searched refs:ts_end (Results 26 – 50 of 402) sorted by relevance

12345678910>>...17

/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Djacosubdec.c109 int ts_start, ts_end; in read_ts() local
116 ts_end = (he*3600 + me*60 + se) * jacosub->timeres + fe; in read_ts()
121 if (sscanf(buf, "@%u @%u %n", &ts_start, &ts_end, &len) == 2) in read_ts()
128 ts_end = (ts_end + jacosub->shift) * 100 / jacosub->timeres; in read_ts()
130 *duration = ts_start + ts_end; in read_ts()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dsccdec.c67 int64_t ts_start, ts_end; in scc_read_header() local
113 ts_end = (hh2 * 3600LL + mm2 * 60LL + ss2) * 1000LL + fs2 * 33; in scc_read_header()
143 sub->duration = ts_end - ts_start; in scc_read_header()
150 ts_start = ts_end; in scc_read_header()
151 ts_end += 1200; in scc_read_header()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/perfetto/src/trace_processor/metrics/android/
H A Dandroid_batt.sql59 MAX(ts_end) AS ts_end field
67 ts + dur AS ts_end,
199 (SELECT SUM(ts_end - ts) FROM android_batt_wakelocks_merged)
H A Dandroid_task_state.sql22 ts_end AS ts,
23 LEAD(ts, 1, null) OVER(PARTITION BY utid ORDER BY ts) - ts_end AS dur,
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dmovtextdec.c63 int ts_start, ts_end; in mov_text_decode_frame() local
92 ts_end = av_rescale_q(avpkt->pts + avpkt->duration, in mov_text_decode_frame()
103 ff_ass_add_rect(sub, buf.str, ts_start, ts_end-ts_start, 0); in mov_text_decode_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dmovtextdec.c63 int ts_start, ts_end; in mov_text_decode_frame() local
92 ts_end = av_rescale_q(avpkt->pts + avpkt->duration, in mov_text_decode_frame()
103 ff_ass_add_rect(sub, buf.str, ts_start, ts_end-ts_start, 0); in mov_text_decode_frame()
/dports/dns/drool/drool-1.1.0/src/
H A Ddrool.c138 struct timespec ts_start, ts_end, ts_diff; in run() local
240 ts_end = ts_diff = ts_start; in run()
278 clock_gettime(CLOCK_MONOTONIC, &ts_end); in run()
293 if (ts_end.tv_sec == ts_start.tv_sec && ts_end.tv_nsec >= ts_start.tv_nsec) { in run()
294 … pkts_fraction = 1 / (((float)ts_end.tv_nsec - (float)ts_start.tv_nsec) / (float)1000000000); in run()
295 …log_printf(conf_log(conf), LCORE, LINFO, "runtime 0.%09ld seconds", ts_end.tv_nsec - ts_start.tv_n… in run()
296 } else if (ts_end.tv_sec > ts_start.tv_sec) { in run()
297 long nsec = 1000000000 - ts_start.tv_nsec + ts_end.tv_nsec; in run()
298 long sec = ts_end.tv_sec - ts_start.tv_sec - 1; in run()
300 …pkts_fraction = 1 / (((float)ts_end.tv_sec - (float)ts_start.tv_sec - 1) + ((float)nsec / (float)1… in run()
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/external/pmrrr/src/
H A Dprocess_c_task.c346 int ts_begin, ts_end, chunk, count; in refine_eigvals() local
366 ts_end = ts_begin + chunk - 1; in refine_eigvals()
369 task = PMR_create_r_task(ts_begin, ts_end, D, DLL, p, q, in refine_eigvals()
372 if (ts_begin <= ts_end) in refine_eigvals()
377 ts_begin = ts_end + 1; in refine_eigvals()
380 ts_end = rf_end; in refine_eigvals()
385 if (ts_begin <= ts_end) { in refine_eigvals()
418 ts_end = ts_begin + chunk - 1; in refine_eigvals()
420 Wgap[ts_end] = fmax(0.0, Wshifted[ts_end + 1] - Werr[ts_end + 1] in refine_eigvals()
421 - Wshifted[ts_end] - Werr[ts_end]); in refine_eigvals()
[all …]
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/src/libs/zbxserver/
H A Devalfunc2.c326 ts_end.sec -= time_shift; in get_last_n_value()
858 ts_end.sec -= time_shift; in evaluate_COUNT()
1171 ts_end.sec -= time_shift; in evaluate_SUM()
1259 ts_end.sec -= time_shift; in evaluate_AVG()
1388 ts_end.sec -= time_shift; in evaluate_MIN()
1488 ts_end.sec -= time_shift; in evaluate_MAX()
1606 ts_end.sec -= time_shift; in evaluate_PERCENTILE()
2078 ts_end.sec -= time_shift; in evaluate_FORECAST()
2223 ts_end.sec -= time_shift; in evaluate_TIMELEFT()
2398 ts_end.sec -= time_shift; in validate_params_and_get_data()
[all …]
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/src/libs/zbxserver/
H A Devalfunc2.c326 ts_end.sec -= time_shift; in get_last_n_value()
858 ts_end.sec -= time_shift; in evaluate_COUNT()
1171 ts_end.sec -= time_shift; in evaluate_SUM()
1259 ts_end.sec -= time_shift; in evaluate_AVG()
1388 ts_end.sec -= time_shift; in evaluate_MIN()
1488 ts_end.sec -= time_shift; in evaluate_MAX()
1606 ts_end.sec -= time_shift; in evaluate_PERCENTILE()
2078 ts_end.sec -= time_shift; in evaluate_FORECAST()
2223 ts_end.sec -= time_shift; in evaluate_TIMELEFT()
2398 ts_end.sec -= time_shift; in validate_params_and_get_data()
[all …]
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/libs/zbxserver/
H A Devalfunc2.c326 ts_end.sec -= time_shift; in get_last_n_value()
858 ts_end.sec -= time_shift; in evaluate_COUNT()
1171 ts_end.sec -= time_shift; in evaluate_SUM()
1259 ts_end.sec -= time_shift; in evaluate_AVG()
1388 ts_end.sec -= time_shift; in evaluate_MIN()
1488 ts_end.sec -= time_shift; in evaluate_MAX()
1606 ts_end.sec -= time_shift; in evaluate_PERCENTILE()
2078 ts_end.sec -= time_shift; in evaluate_FORECAST()
2223 ts_end.sec -= time_shift; in evaluate_TIMELEFT()
2398 ts_end.sec -= time_shift; in validate_params_and_get_data()
[all …]
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/src/libs/zbxserver/
H A Devalfunc2.c326 ts_end.sec -= time_shift; in get_last_n_value()
858 ts_end.sec -= time_shift; in evaluate_COUNT()
1171 ts_end.sec -= time_shift; in evaluate_SUM()
1259 ts_end.sec -= time_shift; in evaluate_AVG()
1388 ts_end.sec -= time_shift; in evaluate_MIN()
1488 ts_end.sec -= time_shift; in evaluate_MAX()
1606 ts_end.sec -= time_shift; in evaluate_PERCENTILE()
2078 ts_end.sec -= time_shift; in evaluate_FORECAST()
2223 ts_end.sec -= time_shift; in evaluate_TIMELEFT()
2398 ts_end.sec -= time_shift; in validate_params_and_get_data()
[all …]
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/src/libs/zbxserver/
H A Devalfunc2.c326 ts_end.sec -= time_shift; in get_last_n_value()
858 ts_end.sec -= time_shift; in evaluate_COUNT()
1171 ts_end.sec -= time_shift; in evaluate_SUM()
1259 ts_end.sec -= time_shift; in evaluate_AVG()
1388 ts_end.sec -= time_shift; in evaluate_MIN()
1488 ts_end.sec -= time_shift; in evaluate_MAX()
1606 ts_end.sec -= time_shift; in evaluate_PERCENTILE()
2078 ts_end.sec -= time_shift; in evaluate_FORECAST()
2223 ts_end.sec -= time_shift; in evaluate_TIMELEFT()
2398 ts_end.sec -= time_shift; in validate_params_and_get_data()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/LearningHistory/interfaces/
H A Dinterface.ilLearningHistoryProvider.php26 * @param int $ts_end
29 public function getEntries($ts_start, $ts_end); argument
/dports/www/ilias6/ILIAS-6.14/Services/LearningHistory/interfaces/
H A Dinterface.ilLearningHistoryProvider.php26 * @param int $ts_end
29 public function getEntries($ts_start, $ts_end); argument
/dports/dns/dnscrypt-wrapper/dnscrypt-wrapper-0.4.2/
H A Dmain.c213 uint32_t ts_end, ts_begin; in filter_signed_certs() local
221 memcpy(&ts_end, c->signed_certs[i].ts_end, 4); in filter_signed_certs()
223 ts_end = ntohl(ts_end); in filter_signed_certs()
224 if (now < ts_begin || ts_end <= now) { in filter_signed_certs()
805 uint32_t ts_end, ts_begin; in main() local
807 memcpy(&ts_end, c.signed_certs[i].ts_end, 4); in main()
809 ts_end = ntohl(ts_end); in main()
810 logger(LOG_INFO, "Signed certs %d valid from %d to %d", i, ts_begin, ts_end); in main()
/dports/net/axa/axa-2.2.0/tools/
H A Daxa_tsindextool.c64 uint32_t ts_start = 0, ts_end = 0, count = 0, nmsg_cnt = 0; in main() local
88 ts_end = atoi(optarg); in main()
132 if ((ts_end == 0 && count == 0) || in main()
133 (ts_end != 0 && count != 0)) { in main()
278 if (msg_ts.tv_sec >= ts_end) { in main()
/dports/dns/yadifa/yadifa-2.5.3-10333/test/journal-speed-test/
H A Dmain.c91 s64 ts_end = timeus(); in jnl_read_from_serial() local
94 double t_read = (ts_end - ts_opened) / 1000000.0; in jnl_read_from_serial()
95 double t_total = (ts_end - ts_begin) / 1000000.0; in jnl_read_from_serial()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dffwavesynth.c83 int64_t ts_start, ts_end; member
207 if (ts >= in->ts_end) in wavesynth_seek()
260 in->ts_end = AV_RL64(edata + 8); in wavesynth_parse_extradata()
265 in->ts_end <= in->ts_start || in wavesynth_parse_extradata()
266 (uint64_t)in->ts_end - in->ts_start > INT64_MAX in wavesynth_parse_extradata()
270 dt = in->ts_end - in->ts_start; in wavesynth_parse_extradata()
360 if (ts >= in->ts_end) { in wavesynth_synth_sample()
402 if (ts >= in->ts_end) in wavesynth_enter_intervals()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dffwavesynth.c83 int64_t ts_start, ts_end; member
207 if (ts >= in->ts_end) in wavesynth_seek()
260 in->ts_end = AV_RL64(edata + 8); in wavesynth_parse_extradata()
265 in->ts_end <= in->ts_start || in wavesynth_parse_extradata()
266 (uint64_t)in->ts_end - in->ts_start > INT64_MAX in wavesynth_parse_extradata()
270 dt = in->ts_end - in->ts_start; in wavesynth_parse_extradata()
360 if (ts >= in->ts_end) { in wavesynth_synth_sample()
402 if (ts >= in->ts_end) in wavesynth_enter_intervals()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dffwavesynth.c83 int64_t ts_start, ts_end; member
207 if (ts >= in->ts_end) in wavesynth_seek()
260 in->ts_end = AV_RL64(edata + 8); in wavesynth_parse_extradata()
265 in->ts_end <= in->ts_start || in wavesynth_parse_extradata()
266 (uint64_t)in->ts_end - in->ts_start > INT64_MAX in wavesynth_parse_extradata()
270 dt = in->ts_end - in->ts_start; in wavesynth_parse_extradata()
367 if (ts >= in->ts_end) { in wavesynth_synth_sample()
409 if (ts >= in->ts_end) in wavesynth_enter_intervals()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dffwavesynth.c83 int64_t ts_start, ts_end; member
207 if (ts >= in->ts_end) in wavesynth_seek()
260 in->ts_end = AV_RL64(edata + 8); in wavesynth_parse_extradata()
265 in->ts_end <= in->ts_start || in wavesynth_parse_extradata()
266 (uint64_t)in->ts_end - in->ts_start > INT64_MAX in wavesynth_parse_extradata()
270 dt = in->ts_end - in->ts_start; in wavesynth_parse_extradata()
360 if (ts >= in->ts_end) { in wavesynth_synth_sample()
402 if (ts >= in->ts_end) in wavesynth_enter_intervals()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/src/trace_processor/metrics/android/
H A Dandroid_task_state.sql22 ts_end AS ts,
23 LEAD(ts, 1, null) OVER(PARTITION BY utid ORDER BY ts) - ts_end AS dur,
/dports/benchmarks/py-naarad/naarad-1.0.15/examples/conf/
H A Dconfig-grpby9 ts_end=2013-12-02 11:21:00
20 ts_end=2013-12-02 11:21:00
/dports/www/firefox-esr/firefox-91.8.0/media/libvpx/libvpx/vp8/encoder/
H A Dlookahead.h22 int64_t ts_end; member
60 int64_t ts_start, int64_t ts_end, unsigned int flags,

12345678910>>...17