Home
last modified time | relevance | path

Searched refs:timeval_to_double (Results 1 – 11 of 11) sorted by relevance

/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-blocks/tests/
H A Dbenchmark_vco.cc50 static double timeval_to_double(const struct timeval* tv) in timeval_to_double() function
97 double user = timeval_to_double(&rusage_stop.ru_utime) - in benchmark()
98 timeval_to_double(&rusage_start.ru_utime); in benchmark()
100 double sys = timeval_to_double(&rusage_stop.ru_stime) - in benchmark()
101 timeval_to_double(&rusage_start.ru_stime); in benchmark()
H A Dbenchmark_nco.cc47 static double timeval_to_double(const struct timeval* tv) in timeval_to_double() function
91 double user = timeval_to_double(&rusage_stop.ru_utime) - in benchmark()
92 timeval_to_double(&rusage_start.ru_utime); in benchmark()
94 double sys = timeval_to_double(&rusage_stop.ru_stime) - in benchmark()
95 timeval_to_double(&rusage_start.ru_stime); in benchmark()
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslsig.c694 static double timeval_to_double (struct timeval *tv) in timeval_to_double() function
718 (void) SLang_push_double (timeval_to_double (&it.it_value)); in getitimer_intrinsic()
719 (void) SLang_push_double (timeval_to_double (&it.it_interval)); in getitimer_intrinsic()
770 value = timeval_to_double (&old_value.it_value); in setitimer_intrinsic()
776 interval = timeval_to_double (&old_value.it_interval); in setitimer_intrinsic()
/dports/misc/rump/buildrump.sh-b914579/brlib/libnetconfig/
H A Ddhcp_common.h35 #define timeval_to_double(tv) ((tv)->tv_sec * 1.0 + (tv)->tv_usec * 1.0e-6) macro
/dports/benchmarks/iperf3/iperf-3.10.1/src/
H A Diperf_util.h43 double timeval_to_double(struct timeval *tv);
H A Diperf_util.c157 timeval_to_double(struct timeval * tv) in timeval_to_double() function
/dports/databases/pecl-memcache/memcache-8.0/src/
H A Dmemcache_pool.h396 double timeval_to_double(struct timeval tv);
H A Dmemcache_pool.c124 double timeval_to_double(struct timeval tv) { in timeval_to_double() function
956 if (!pool->num_servers || timeval_to_double(mmc->timeout) < timeval_to_double(pool->timeout)) { in mmc_pool_add()
H A Dmemcache.c1795 if (timeval_to_double(mmc->timeout) < timeval_to_double(pool->timeout)) { in PHP_FUNCTION()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dxec.c171 static inline double timeval_to_double(struct timeval tv) { in timeval_to_double() function
336 double d = timeval_to_double(tv_real); in p_time()
337 if (d) d = 100.0 * timeval_to_double(tv_cpu) / d; in p_time()
/dports/benchmarks/stress-ng/stress-ng-0.13.09/debian/
H A Dchangelog3752 * core-time: rename timeval_to_double to stress_timeval_to_double and
9807 * Make timeval_to_double an inlined func