Home
last modified time | relevance | path

Searched refs:time_start (Results 76 – 100 of 2038) sorted by relevance

12345678910>>...82

/dports/security/gnome-ssh-askpass/openssh-6.6p1/
H A Dmoduli.c247 time_t time_start, time_stop; in gen_candidates() local
339 time(&time_start); in gen_candidates()
341 logit("%.24s Sieve next %u plus %u-bit", ctime(&time_start), in gen_candidates()
529 static time_t time_start, time_prev; in print_progress() local
536 if (time_start == 0) { in print_progress()
537 time_start = time_prev = time_now; in print_progress()
544 elapsed = time_now - time_start; in print_progress()
581 time_t time_start, time_stop; in prime_test() local
594 time(&time_start); in prime_test()
604 ctime(&time_start), trials, generator_wanted); in prime_test()
[all …]
/dports/security/openssh-portable/openssh-8.8p1/
H A Dmoduli.c251 time_t time_start, time_stop; in gen_candidates() local
343 time(&time_start); in gen_candidates()
345 logit("%.24s Sieve next %u plus %u-bit", ctime(&time_start), in gen_candidates()
534 static time_t time_start, time_prev; in print_progress() local
541 if (time_start == 0) { in print_progress()
542 time_start = time_prev = time_now; in print_progress()
549 elapsed = time_now - time_start; in print_progress()
585 time_t time_start, time_stop; in prime_test() local
598 time(&time_start); in prime_test()
606 ctime(&time_start), trials, generator_wanted); in prime_test()
[all …]
/dports/devel/py-aiortc/aiortc-1.2.1/examples/datachannel-cli/
H A Dcli.py37 time_start = None variable
41 global time_start
43 if time_start is None:
44 time_start = time.time()
47 return int((time.time() - time_start) * 1000000)
/dports/devel/py-oci/oci-2.53.1/src/oci/jms/models/
H A Dinstallation_usage.py334 def time_start(self): member in InstallationUsage
345 @time_start.setter
346 def time_start(self, time_start): argument
355 self._time_start = time_start
H A Drequest_summarized_installation_usage_details.py149 def time_start(self): member in RequestSummarizedInstallationUsageDetails
160 @time_start.setter
161 def time_start(self, time_start): member in RequestSummarizedInstallationUsageDetails
170 self._time_start = time_start
H A Dmanaged_instance_usage.py325 def time_start(self): member in ManagedInstanceUsage
336 @time_start.setter
337 def time_start(self, time_start): argument
346 self._time_start = time_start
H A Drequest_summarized_managed_instance_usage_details.py149 def time_start(self): member in RequestSummarizedManagedInstanceUsageDetails
160 @time_start.setter
161 def time_start(self, time_start): member in RequestSummarizedManagedInstanceUsageDetails
170 self._time_start = time_start
H A Drequest_summarized_application_usage_details.py155 def time_start(self): member in RequestSummarizedApplicationUsageDetails
166 @time_start.setter
167 def time_start(self, time_start): member in RequestSummarizedApplicationUsageDetails
176 self._time_start = time_start
H A Djre_usage.py501 def time_start(self): member in JreUsage
512 @time_start.setter
513 def time_start(self, time_start): member in JreUsage
522 self._time_start = time_start
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dos_fhandle.i104 uint64_t time_start, time_stop; in __wt_read() local
112 time_start = __wt_clock(session); in __wt_read()
119 WT_CLOCKDIFF_MS(time_stop, time_start)); in __wt_read()
172 uint64_t time_start, time_stop; in __wt_write() local
191 time_start = __wt_clock(session); in __wt_write()
198 WT_CLOCKDIFF_MS(time_stop, time_start)); in __wt_write()
/dports/math/combblas/CombBLAS_beta_16_2/BipartiteMatchings/
H A DBPMaximumMatching.cpp291 double time_start; in experiment_maximal() local
295 time_start=MPI_Wtime(); in experiment_maximal()
297 double time_dmd = MPI_Wtime()-time_start; in experiment_maximal()
300 time_start=MPI_Wtime(); in experiment_maximal()
302 double time_mm_dmd = MPI_Wtime()-time_start; in experiment_maximal()
309 time_start=MPI_Wtime(); in experiment_maximal()
311 double time_ks = MPI_Wtime()-time_start; in experiment_maximal()
314 time_start=MPI_Wtime(); in experiment_maximal()
316 double time_mm_ks = MPI_Wtime()-time_start; in experiment_maximal()
324 time_start=MPI_Wtime(); in experiment_maximal()
[all …]
/dports/finance/prestashop/prestashop/classes/
H A DDateRange.php33 public $time_start; variable in DateRangeCore
65 $dateRange->time_start = date('Y-m-d');
66 …$dateRange->time_end = strftime('%Y-%m-%d %H:%M:%S', strtotime($dateRange->time_start) + $rangeSiz…
/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DDateRange.php41 public $time_start; variable in DateRangeCore
77 $dateRange->time_start = date('Y-m-d');
78 …$dateRange->time_end = strftime('%Y-%m-%d %H:%M:%S', strtotime($dateRange->time_start) + $rangeSiz…
/dports/security/pam_ssh/pam_ssh-8.0/openssh/
H A Dmoduli.c249 time_t time_start, time_stop; in gen_candidates() local
341 time(&time_start); in gen_candidates()
343 logit("%.24s Sieve next %u plus %u-bit", ctime(&time_start), in gen_candidates()
532 static time_t time_start, time_prev; in print_progress() local
539 if (time_start == 0) { in print_progress()
540 time_start = time_prev = time_now; in print_progress()
547 elapsed = time_now - time_start; in print_progress()
584 time_t time_start, time_stop; in prime_test() local
597 time(&time_start); in prime_test()
607 ctime(&time_start), trials, generator_wanted); in prime_test()
[all …]
/dports/math/gemmlowp/gemmlowp-dc69acd/test/
H A Dbenchmark_all_sizes.cc146 double time_start = real_time_in_seconds(); in benchmark_8bit() local
147 double t = time_start; in benchmark_8bit()
150 while (t - time_start < kBenchmarkSecs) { in benchmark_8bit()
161 return (t - time_start) / iters; in benchmark_8bit()
188 double time_start = real_time_in_seconds(); in benchmark_8bit_to_32bit() local
189 double t = time_start; in benchmark_8bit_to_32bit()
192 while (t - time_start < kBenchmarkSecs) { in benchmark_8bit_to_32bit()
203 return (t - time_start) / iters; in benchmark_8bit_to_32bit()
328 const double time_start = gemmlowp::real_time_in_seconds(); in run_benchmarks() local
331 const double elapsed = gemmlowp::real_time_in_seconds() - time_start; in run_benchmarks()
/dports/math/unuran/unuran-1.8.1/src/tests/
H A Dtiming.c115 double time_start, *time_gen; in unur_test_timing() local
135 time_start = _unur_get_time(); in unur_test_timing()
184 time_gen[log10_samples] = (time_gen[log10_samples] - time_start) / samplesize; in unur_test_timing()
187 *time_setup -= time_start; in unur_test_timing()
256 double time_start, *time_gen = NULL; in unur_test_timing_R() local
303 time_start = _unur_get_time(); in unur_test_timing_R()
328 time_gen[rep]= _unur_get_time() - time_start; in unur_test_timing_R()
486 double time_start; in unur_test_timing_total_run() local
510 time_start = _unur_get_time(); in unur_test_timing_total_run()
541 time[rep]= _unur_get_time() - time_start; in unur_test_timing_total_run()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/support/
H A Dmtx_rw.c174 uint64_t time_start, time_stop; in __wt_readlock() local
182 time_start = time_stop = 0; /* -Wconditional-uninitialized */ in __wt_readlock()
246 time_start = __wt_clock(session); in __wt_readlock()
265 (int64_t)WT_CLOCKDIFF_US(time_stop, time_start); in __wt_readlock()
268 (int64_t)WT_CLOCKDIFF_US(time_stop, time_start); in __wt_readlock()
374 uint64_t time_start, time_stop; in __wt_writelock() local
381 time_start = time_stop = 0; /* -Wconditional-uninitialized */ in __wt_writelock()
410 time_start = __wt_clock(session); in __wt_writelock()
438 (int64_t)WT_CLOCKDIFF_US(time_stop, time_start); in __wt_writelock()
441 (int64_t)WT_CLOCKDIFF_US(time_stop, time_start); in __wt_writelock()
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/webdriver/tests/bidi/log/entry_added/
H A Djavascript.py18 time_start = math.floor(time.time() * 1000)
32 time_start=time_start,
/dports/net/quagga/quagga-1.2.4/lib/
H A Dkeychain.c466 time_t time_start; in key_lifetime_set() local
470 if (time_start < 0) in key_lifetime_set()
483 if (time_end <= time_start) in key_lifetime_set()
489 krange->start = time_start; in key_lifetime_set()
501 time_t time_start; in key_lifetime_duration_set() local
505 if (time_start < 0) in key_lifetime_duration_set()
510 krange->start = time_start; in key_lifetime_duration_set()
514 krange->end = time_start + duration; in key_lifetime_duration_set()
524 time_t time_start; in key_lifetime_infinite_set() local
527 if (time_start < 0) in key_lifetime_infinite_set()
[all …]
/dports/benchmarks/sysbench/sysbench-1.0.20/src/
H A Dsb_timer.c43 memset(&t->time_start, 0, sizeof(struct timespec)); in sb_timer_init()
75 return TIMESPEC_DIFF(t->time_start, t->time_end) > 0; in sb_timer_running()
90 res = TIMESPEC_DIFF(tmp, t->time_start); in sb_timer_current()
91 t->time_start = tmp; in sb_timer_current()
/dports/databases/dalmp/DALMP-3.1.0/
H A DMPLT.php12 private $time_start; variable in MPLT
23 $this->time_start = microtime(true);
42 $mark = microtime(true) - $this->time_start;
108 $lt = number_format($this->time_end - $this->time_start, $this->decimals);
/dports/net-mgmt/observium/observium/includes/db/
H A Dmysqli.inc.php343 $time_start = utime();
356 $GLOBALS['db_stats']['fetchrows_sec'] += $time_end - $time_start;
371 $time_start = utime();
379 $GLOBALS['db_stats']['fetchrow_sec'] += $time_end - $time_start;
393 $time_start = utime();
402 $GLOBALS['db_stats']['fetchcell_sec'] += $time_end - $time_start;
/dports/finance/py-backtrader/backtrader-1.9.74.123/backtrader/filters/
H A Dsession.py142 def _fillbars(self, data, time_start, time_end, tostack=True): argument
151 time_start += self._tdunit
152 while time_start < time_end:
153 dirty += self._fillbar(data, time_start)
154 time_start += self._tdunit
/dports/devel/ccache-memcached/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/unittest/
H A Dtest_hashutil.c112 const char time_start[] = in TEST() local
146 CHECK(check_for_temporal_macros(time_start + 0, sizeof(time_start) - 0)); in TEST()
147 CHECK(!check_for_temporal_macros(time_start + 1, sizeof(time_start) - 1)); in TEST()
/dports/devel/ccache-memcached-static/ccache-f7712082106bef085515f86ae47e7dbbd2a48b57/unittest/
H A Dtest_hashutil.c112 const char time_start[] = in TEST() local
146 CHECK(check_for_temporal_macros(time_start + 0, sizeof(time_start) - 0)); in TEST()
147 CHECK(!check_for_temporal_macros(time_start + 1, sizeof(time_start) - 1)); in TEST()

12345678910>>...82