Home
last modified time | relevance | path

Searched refs:ts_begin (Results 1 – 18 of 18) sorted by relevance

/dports/dns/dnscrypt-wrapper/dnscrypt-wrapper-0.4.2/
H A Dcert.c29 uint32_t ts_begin = (uint32_t)time(NULL); in cert_build_cert() local
30 uint32_t ts_end = ts_begin + cert_file_expire_seconds; in cert_build_cert()
32 ts_begin = ts_end; in cert_build_cert()
34 ts_begin = htonl(ts_begin); in cert_build_cert()
36 memcpy(signed_cert->serial, &ts_begin, 4); in cert_build_cert()
37 memcpy(signed_cert->ts_begin, &ts_begin, 4); in cert_build_cert()
H A Dmain.c213 uint32_t ts_end, ts_begin; in filter_signed_certs() local
220 memcpy(&ts_begin, c->signed_certs[i].ts_begin, 4); in filter_signed_certs()
222 ts_begin = ntohl(ts_begin); 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
806 memcpy(&ts_begin, c.signed_certs[i].ts_begin, 4); in main()
808 ts_begin = ntohl(ts_begin); in main()
810 logger(LOG_INFO, "Signed certs %d valid from %d to %d", i, ts_begin, ts_end); in main()
H A Dcert.h22 uint8_t ts_begin[4]; member
36 uint8_t ts_begin[4]; member
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/external/pmrrr/src/
H A Dprocess_r_task.c126 int ts_begin = rf->begin; in PMR_process_r_task() local
148 offset = Windex[ts_begin] - 1; in PMR_process_r_task()
151 savegap = Wgap[ts_begin]; in PMR_process_r_task()
152 Wgap[ts_begin] = 0.0; in PMR_process_r_task()
156 &Wshifted[ts_begin], &Wgap[ts_begin], &Werr[ts_begin], in PMR_process_r_task()
161 Wgap[ts_begin] = savegap; in PMR_process_r_task()
H A Dprocess_c_task.c346 int ts_begin, ts_end, chunk, count; in refine_eigvals() local
363 ts_begin = rf_begin; in refine_eigvals()
366 ts_end = ts_begin + chunk - 1; in refine_eigvals()
372 if (ts_begin <= ts_end) in refine_eigvals()
377 ts_begin = ts_end + 1; in refine_eigvals()
382 offset = Windex[ts_begin] - 1; in refine_eigvals()
385 if (ts_begin <= ts_end) { in refine_eigvals()
387 &Wshifted[ts_begin], &Wgap[ts_begin], &Werr[ts_begin], in refine_eigvals()
416 ts_begin = rf_begin; in refine_eigvals()
418 ts_end = ts_begin + chunk - 1; in refine_eigvals()
[all …]
/dports/www/varnish6/varnish-cache-varnish-6.6.2/bin/varnishtest/
H A Dteken_subr.h110 tp.tp_row = t->t_scrollreg.ts_begin; in teken_subr_do_scroll()
116 tr.tr_begin.tp_row = t->t_scrollreg.ts_begin; in teken_subr_do_scroll()
144 tr.tr_begin.tp_row = t->t_scrollreg.ts_begin; in teken_subr_do_scroll()
191 t->t_scrollreg.ts_begin = 0; in teken_subr_alignment_test()
329 row = (row - 1) + t->t_originreg.ts_begin; in teken_subr_cursor_position()
942 t->t_originreg.ts_begin = 0; in teken_subr_reset_dec_mode()
991 t->t_scrollreg.ts_begin = 0; in teken_subr_do_resize()
1002 t->t_scrollreg.ts_begin = 0; in teken_subr_do_reset()
1039 t->t_originreg.ts_begin = 0; in teken_subr_restore_cursor()
1272 t->t_scrollreg.ts_begin = top; in teken_subr_set_top_and_bottom_margins()
[all …]
H A Dteken.c251 teken_assert(t->t_cursor.tp_row >= t->t_originreg.ts_begin); in teken_input_char()
258 teken_assert(t->t_scrollreg.ts_begin < t->t_scrollreg.ts_end); in teken_input_char()
260 teken_assert((t->t_originreg.ts_begin == t->t_scrollreg.ts_begin && in teken_input_char()
262 (t->t_originreg.ts_begin == 0 && in teken_input_char()
H A Dteken.h77 teken_unit_t ts_begin; member
/dports/dns/yadifa/yadifa-2.5.3-10333/test/journal-speed-test/
H A Dmain.c60 s64 ts_begin = timeus(); in jnl_read_from_serial() local
93 double t_open = (ts_opened - ts_begin) / 1000000.0; in jnl_read_from_serial()
95 double t_total = (ts_end - ts_begin) / 1000000.0; in jnl_read_from_serial()
/dports/devel/babeltrace/babeltrace-1.5.7/include/babeltrace/ctf/
H A Devents-internal.h83 uint64_t *ts_begin, uint64_t *ts_end);
88 uint64_t *ts_begin, uint64_t *ts_end);
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/sightglass/webui/sg-view/components/
H A DSGCommits.vue102 let ts_begin = 0,
104 this.date_begin && (ts_begin = new Date(this.date_begin).getTime());
106 if (ts_begin > 0 && ts_end > 0 && ts_begin < ts_end) {
108 item => item.meta.ts >= ts_begin && item.meta.ts <= ts_end
/dports/net/bird2/bird-2.0.8/proto/perf/
H A Dperf.c137 struct timespec ts_begin, ts_generated, ts_update, ts_withdraw; in perf_loop() local
139 clock_gettime(CLOCK_MONOTONIC, &ts_begin); in perf_loop()
178 s64 gentime = timediff(&ts_begin, &ts_generated); in perf_loop()
/dports/dns/unbound/unbound-1.14.0/dnscrypt/
H A Dcert.h27 uint8_t ts_begin[4]; member
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/foxxll/tools/
H A Dbenchmark_disks.cpp122 double ts_begin = timestamp(); in benchmark_disks_alloc() local
228 if (timestamp() - ts_begin > g_time_limit) in benchmark_disks_alloc()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Dload_text.c1291 s64 ts_begin = -1, ts_end = -1; local
1307 if (ts_begin != -1) {
1313 ts_begin = (h*3600 + m*60+s)*1000+ms;
1315 ts_begin = (h*3600 + m*60+s)*1000;
1350 if (ts_begin != -1) {
1356 ts_begin = (h*3600 + m*60+s)*1000+ms;
1358 ts_begin = (h*3600 + m*60+s)*1000;
1391 if (ts_end < ts_begin) {
1397 if (ts_begin < (s64) ctx->end) {
1408 ts_begin = 0; /*in MP4 we must start at T=0*/
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Dload_text.c1291 s64 ts_begin = -1, ts_end = -1; local
1307 if (ts_begin != -1) {
1313 ts_begin = (h*3600 + m*60+s)*1000+ms;
1315 ts_begin = (h*3600 + m*60+s)*1000;
1350 if (ts_begin != -1) {
1356 ts_begin = (h*3600 + m*60+s)*1000+ms;
1358 ts_begin = (h*3600 + m*60+s)*1000;
1391 if (ts_end < ts_begin) {
1397 if (ts_begin < (s64) ctx->end) {
1408 ts_begin = 0; /*in MP4 we must start at T=0*/
[all …]
/dports/devel/babeltrace/babeltrace-1.5.7/formats/ctf/
H A Dctf.c999 uint64_t ts_begin = UINT64_MAX, ts_end = 0; in ctf_find_tc_stream_packet_intersection_union() local
1023 ts_begin = min(intersection_real.timestamp_begin, ts_begin); in ctf_find_tc_stream_packet_intersection_union()
1027 if (ts_end < ts_begin) { in ctf_find_tc_stream_packet_intersection_union()
1031 *_ts_begin = ts_begin; in ctf_find_tc_stream_packet_intersection_union()
/dports/multimedia/get_iplayer/get_iplayer-3.28/
H A Dget_iplayer4766 my $ts_begin = sprintf("%02d:%02d:00", int($time_cue / 60), $time_cue % 60);
4768 push @cue, " INDEX 01 $ts_begin";