Home
last modified time | relevance | path

Searched refs:s_time (Results 226 – 250 of 506) sorted by relevance

12345678910>>...21

/dports/sysutils/bareos-server/bareos-Release-20.0.3/core/src/dird/
H A Drun_conf.cc53 s_time, enumerator
378 state = s_time; in StoreRun()
457 case s_time: /* Time */ in StoreRun()
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/core/src/dird/
H A Drun_conf.cc49 s_time, enumerator
374 state = s_time; in StoreRun()
452 case s_time: /* Time */ in StoreRun()
/dports/www/bareos-webui/bareos-Release-20.0.3/core/src/dird/
H A Drun_conf.cc53 s_time, enumerator
378 state = s_time; in StoreRun()
457 case s_time: /* Time */ in StoreRun()
/dports/www/bareos18-webui/bareos-Release-18.2.12/core/src/dird/
H A Drun_conf.cc49 s_time, enumerator
374 state = s_time; in StoreRun()
452 case s_time: /* Time */ in StoreRun()
/dports/www/bareos19-webui/bareos-Release-19.2.11/core/src/dird/
H A Drun_conf.cc53 s_time, enumerator
376 state = s_time; in StoreRun()
455 case s_time: /* Time */ in StoreRun()
/dports/security/acmed/acmed-0.18.0/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/man1/
H A Dopenssl-s_time.pod.in6 openssl-s_time - SSL/TLS performance timing program
10 B<openssl> B<s_time>
141 …openssl s_time -connect servername:443 -www / -CApath yourdir -CAfile yourfile.pem -cipher commonc…
/dports/textproc/mdbook-linkcheck/mdbook-linkcheck-0.7.6/cargo-crates/openssl-src-300.0.2+3.0.0/openssl/doc/man1/
H A Dopenssl-s_time.pod.in6 openssl-s_time - SSL/TLS performance timing program
10 B<openssl> B<s_time>
141 …openssl s_time -connect servername:443 -www / -CApath yourdir -CAfile yourfile.pem -cipher commonc…
/dports/security/openssl-quictls/openssl-7f2ab56a2b842b8e6fefc7b9d20eb5ff9c6ef151/doc/man1/
H A Dopenssl-s_time.pod.in6 openssl-s_time - SSL/TLS performance timing program
10 B<openssl> B<s_time>
141 …openssl s_time -connect servername:443 -www / -CApath yourdir -CAfile yourfile.pem -cipher commonc…
/dports/security/openssl-devel/openssl-3.0.2/doc/man1/
H A Dopenssl-s_time.pod.in6 openssl-s_time - SSL/TLS performance timing program
10 B<openssl> B<s_time>
141 …openssl s_time -connect servername:443 -www / -CApath yourdir -CAfile yourfile.pem -cipher commonc…
/dports/security/libressl/libressl-3.4.3/apps/openssl/
H A DMakefile.in126 rsautl.c s_cb.c s_client.c s_server.c s_socket.c s_time.c \
151 s_time.$(OBJEXT) sess_id.$(OBJEXT) smime.$(OBJEXT) \
198 ./$(DEPDIR)/s_socket.Po ./$(DEPDIR)/s_time.Po \
420 s_cb.c s_client.c s_server.c s_socket.c s_time.c sess_id.c \
587 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_time.Po@am__quote@ # am--include-marker
852 -rm -f ./$(DEPDIR)/s_time.Po
952 -rm -f ./$(DEPDIR)/s_time.Po
H A DMakefile.am53 openssl_SOURCES += s_time.c
/dports/security/libressl-static/libressl-3.3.5/apps/openssl/
H A DMakefile.in126 rsautl.c s_cb.c s_client.c s_server.c s_socket.c s_time.c \
151 s_time.$(OBJEXT) sess_id.$(OBJEXT) smime.$(OBJEXT) \
198 ./$(DEPDIR)/s_socket.Po ./$(DEPDIR)/s_time.Po \
420 s_cb.c s_client.c s_server.c s_socket.c s_time.c sess_id.c \
587 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_time.Po@am__quote@ # am--include-marker
852 -rm -f ./$(DEPDIR)/s_time.Po
952 -rm -f ./$(DEPDIR)/s_time.Po
H A DMakefile.am53 openssl_SOURCES += s_time.c
/dports/www/obhttpd/libressl-3.4.1/apps/openssl/
H A DMakefile.in126 rsautl.c s_cb.c s_client.c s_server.c s_socket.c s_time.c \
151 s_time.$(OBJEXT) sess_id.$(OBJEXT) smime.$(OBJEXT) \
198 ./$(DEPDIR)/s_socket.Po ./$(DEPDIR)/s_time.Po \
420 s_cb.c s_client.c s_server.c s_socket.c s_time.c sess_id.c \
587 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/s_time.Po@am__quote@ # am--include-marker
852 -rm -f ./$(DEPDIR)/s_time.Po
952 -rm -f ./$(DEPDIR)/s_time.Po
H A DMakefile.am53 openssl_SOURCES += s_time.c
/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-ng.c2352 double u_time, s_time, t_time, bogo_rate_r_time, bogo_rate, cpu_usage; in stress_metrics_dump() local
2376 s_time = (ticks_per_sec > 0) ? (double)s_total / (double)ticks_per_sec : 0.0; in stress_metrics_dump()
2377 t_time = u_time + s_time; in stress_metrics_dump()
2396 s_time, /* actual system time */ in stress_metrics_dump()
2406 s_time, /* actual system time */ in stress_metrics_dump()
2435 pr_yaml(yaml, " system-time: %f\n", s_time); in stress_metrics_dump()
2469 double u_time, s_time, t_time, u_pc, s_pc, t_pc; in stress_times_dump() local
2484 s_time = (double)buf.tms_cstime / (double)ticks_per_sec; in stress_times_dump()
2487 s_pc = (total_cpu_time > 0.0) ? 100.0 * s_time / total_cpu_time : 0.0; in stress_times_dump()
2494 pr_inf(" %8.2fs system time (%6.2f%%)\n", s_time, s_pc); in stress_times_dump()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dbuild.info7 s_client.c s_server.c s_time.c sess_id.c smime.c speed.c spkac.c
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dbuild.info7 s_client.c s_server.c s_time.c sess_id.c smime.c speed.c spkac.c
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dbuild.info7 s_client.c s_server.c s_time.c sess_id.c smime.c speed.c spkac.c
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/apps/
H A Dbuild.info7 s_client.c s_server.c s_time.c sess_id.c smime.c speed.c spkac.c
/dports/security/openssl-legacy-static/openssl-1.0.2u/doc/apps/
H A Dopenssl.pod224 =item L<B<s_time>|s_time(1)>
408 L<s_server(1)|s_server(1)>, L<s_time(1)|s_time(1)>,
/dports/security/openssl-unsafe/openssl-c9ba19c/doc/apps/
H A Dopenssl.pod224 =item L<B<s_time>|s_time(1)>
408 L<s_server(1)|s_server(1)>, L<s_time(1)|s_time(1)>,
/dports/math/vtk9/VTK-9.1.0/Wrapping/Python/vtkmodules/test/
H A DTesting.py479 s_time = timer.GetCPUTime()
485 tot_time = timer.GetCPUTime() - s_time
/dports/math/vtk8/VTK-8.2.0/Wrapping/Python/vtkmodules/test/
H A DTesting.py482 s_time = timer.GetCPUTime()
488 tot_time = timer.GetCPUTime() - s_time
/dports/benchmarks/dbs/dbs-1.1.5/script/
H A Ddbs_view1573 $s_time = $word[$col2{"td_time"}];
1591 $s_time = $word[$col2{"td_time"}];
1613 $s_time = $word[$col2{"td_time"}];
1616 $delay = $r_time - $s_time;
1617 printf $out "%10d %10.6f %10.6f %10.6f\n", $s_seq , $delay, $s_time, $r_time;
1618 &dprint(1, "$s_seq , $delay, $s_time, $r_time");

12345678910>>...21