Home
last modified time | relevance | path

Searched refs:s_time (Results 76 – 100 of 506) sorted by relevance

12345678910>>...21

/dports/sysutils/py-salt/salt-3004.1/salt/runners/
H A Dtest.py68 def sleep(s_time=10): argument
72 print(s_time)
73 time.sleep(s_time)
/dports/cad/tkgate/tkgate-2.1/src/tkgate/
H A Dscopewin.c138 int NI = S->s_interval ? (S->s_time/S->s_interval) : 0; in scopeXViewCommand()
154 if (newLeftTime > S->s_time) in scopeXViewCommand()
155 newLeftTime = (S->s_time/S->s_interval)*S->s_interval; in scopeXViewCommand()
198 if (S->s_time < RangeVals[r]) { in scopeZoomCommand()
201 } else if (S->s_time <= S->s_leftTime + S->s_range) { in scopeZoomCommand()
202 oldMiddle = S->s_time; in scopeZoomCommand()
203 f = ((double)S->s_time-S->s_leftTime)/(double)S->s_range; in scopeZoomCommand()
296 if (scope_clickValue > Scope->s_time) in ScopeWin_timeSelect()
297 scope_clickValue = Scope->s_time; in ScopeWin_timeSelect()
H A Dscope.c177 if (S->s_time - S->s_leftTime > S->s_range) in GScope_getXPos()
180 T = S->s_time; in GScope_getXPos()
577 if (S->s_time >= S->s_leftTime + S->s_range) { in GScope_update()
1076 if (S->s_time > 0) { in GScope_fullUpdate()
1108 int OldTime = Scope->s_time; in Scope_stepTo()
1109 Scope->s_time = t; in Scope_stepTo()
1150 trace_observe(T,Scope->s_time,VC_FLOAT,0); in Scope_setValue()
1159 Scope_setOneBitValue(T,Scope->s_time,*p); in Scope_setValue()
1171 Scope_setOneBitValue(T,Scope->s_time,'z'); in Scope_setValue()
1176 trace_observe(T,Scope->s_time,VC_ZERO,p); in Scope_setValue()
[all …]
/dports/cad/netgen-lvs/netgen-1.5.211/dbug/
H A Danalyze.c478 void out_body (outf, root,s_calls,s_time) in out_body() argument
481 register unsigned long int *s_calls, *s_time;
486 DBUG_PRINT ("out_body", ("%d,%d",*s_calls,*s_time));
488 DBUG_PRINT ("out_body", ("%d,%d",*s_calls,*s_time));
491 out_body (outf, s_table[root].lchild,s_calls,s_time);
495 *s_time += time;
498 DBUG_PRINT ("out_body", ("%d,%d", *s_calls, *s_time));
/dports/security/openssl-legacy-static/openssl-1.0.2u/doc/apps/
H A Ds_time.pod6 openssl-s_time,
7 s_time - SSL/TLS performance timing program
11 B<openssl> B<s_time>
30 The B<s_time> command implements a generic SSL/TLS client which connects to a
47 index.htm[l] page. If this parameter is not specified, then B<s_time> will only
123 specifies how long (in seconds) B<s_time> should establish connections and
125 and the link speed determine how many connections B<s_time> can establish.
131 B<s_time> can be used to measure the performance of an SSL connection.
134 …openssl s_time -connect servername:443 -www / -CApath yourdir -CAfile yourfile.pem -cipher commonc…
/dports/databases/percona56-server/percona-server-5.6.51-91.0/dbug/
H A Ddbug_analyze.c515 void out_body (outf, root,s_calls,s_time) in out_body() argument
518 unsigned long int *s_calls, *s_time;
523 DBUG_PRINT ("out_body", ("%lu,%lu",*s_calls,*s_time));
525 DBUG_PRINT ("out_body", ("%lu,%lu",*s_calls,*s_time));
528 out_body (outf, s_table[root].lchild,s_calls,s_time);
532 *s_time += local_time;
535 DBUG_PRINT ("out_body", ("%lu,%lu", *s_calls, *s_time));
/dports/databases/percona56-client/percona-server-5.6.51-91.0/dbug/
H A Ddbug_analyze.c515 void out_body (outf, root,s_calls,s_time) in out_body() argument
518 unsigned long int *s_calls, *s_time;
523 DBUG_PRINT ("out_body", ("%lu,%lu",*s_calls,*s_time));
525 DBUG_PRINT ("out_body", ("%lu,%lu",*s_calls,*s_time));
528 out_body (outf, s_table[root].lchild,s_calls,s_time);
532 *s_time += local_time;
535 DBUG_PRINT ("out_body", ("%lu,%lu", *s_calls, *s_time));
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/dbug/
H A Ddbug_analyze.c515 void out_body (outf, root,s_calls,s_time) in out_body() argument
518 unsigned long int *s_calls, *s_time;
523 DBUG_PRINT ("out_body", ("%lu,%lu",*s_calls,*s_time));
525 DBUG_PRINT ("out_body", ("%lu,%lu",*s_calls,*s_time));
528 out_body (outf, s_table[root].lchild,s_calls,s_time);
532 *s_time += local_time;
535 DBUG_PRINT ("out_body", ("%lu,%lu", *s_calls, *s_time));
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/dbug/
H A Ddbug_analyze.c515 void out_body (outf, root,s_calls,s_time) in out_body() argument
518 unsigned long int *s_calls, *s_time;
523 DBUG_PRINT ("out_body", ("%lu,%lu",*s_calls,*s_time));
525 DBUG_PRINT ("out_body", ("%lu,%lu",*s_calls,*s_time));
528 out_body (outf, s_table[root].lchild,s_calls,s_time);
532 *s_time += local_time;
535 DBUG_PRINT ("out_body", ("%lu,%lu", *s_calls, *s_time));
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/dbug/
H A Ddbug_analyze.c515 void out_body (outf, root,s_calls,s_time) in out_body() argument
518 unsigned long int *s_calls, *s_time;
523 DBUG_PRINT ("out_body", ("%lu,%lu",*s_calls,*s_time));
525 DBUG_PRINT ("out_body", ("%lu,%lu",*s_calls,*s_time));
528 out_body (outf, s_table[root].lchild,s_calls,s_time);
532 *s_time += local_time;
535 DBUG_PRINT ("out_body", ("%lu,%lu", *s_calls, *s_time));
/dports/databases/percona57-server/percona-server-5.7.36-39/dbug/
H A Ddbug_analyze.c515 void out_body (outf, root,s_calls,s_time) in out_body() argument
518 unsigned long int *s_calls, *s_time;
523 DBUG_PRINT ("out_body", ("%lu,%lu",*s_calls,*s_time));
525 DBUG_PRINT ("out_body", ("%lu,%lu",*s_calls,*s_time));
528 out_body (outf, s_table[root].lchild,s_calls,s_time);
532 *s_time += local_time;
535 DBUG_PRINT ("out_body", ("%lu,%lu", *s_calls, *s_time));
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/dbug/
H A Ddbug_analyze.c515 void out_body (outf, root,s_calls,s_time) in out_body() argument
518 unsigned long int *s_calls, *s_time;
523 DBUG_PRINT ("out_body", ("%lu,%lu",*s_calls,*s_time));
525 DBUG_PRINT ("out_body", ("%lu,%lu",*s_calls,*s_time));
528 out_body (outf, s_table[root].lchild,s_calls,s_time);
532 *s_time += local_time;
535 DBUG_PRINT ("out_body", ("%lu,%lu", *s_calls, *s_time));
/dports/databases/percona57-client/percona-server-5.7.36-39/dbug/
H A Ddbug_analyze.c515 void out_body (outf, root,s_calls,s_time) in out_body() argument
518 unsigned long int *s_calls, *s_time;
523 DBUG_PRINT ("out_body", ("%lu,%lu",*s_calls,*s_time));
525 DBUG_PRINT ("out_body", ("%lu,%lu",*s_calls,*s_time));
528 out_body (outf, s_table[root].lchild,s_calls,s_time);
532 *s_time += local_time;
535 DBUG_PRINT ("out_body", ("%lu,%lu", *s_calls, *s_time));
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/dbug/
H A Ddbug_analyze.c515 void out_body (outf, root,s_calls,s_time) in out_body() argument
518 register unsigned long int *s_calls, *s_time;
523 DBUG_PRINT ("out_body", ("%lu,%lu",*s_calls,*s_time));
525 DBUG_PRINT ("out_body", ("%lu,%lu",*s_calls,*s_time));
528 out_body (outf, s_table[root].lchild,s_calls,s_time);
532 *s_time += local_time;
535 DBUG_PRINT ("out_body", ("%lu,%lu", *s_calls, *s_time));
/dports/databases/mysql57-client/mysql-5.7.36/dbug/
H A Ddbug_analyze.c515 void out_body (outf, root,s_calls,s_time) in out_body() argument
518 unsigned long int *s_calls, *s_time;
523 DBUG_PRINT ("out_body", ("%lu,%lu",*s_calls,*s_time));
525 DBUG_PRINT ("out_body", ("%lu,%lu",*s_calls,*s_time));
528 out_body (outf, s_table[root].lchild,s_calls,s_time);
532 *s_time += local_time;
535 DBUG_PRINT ("out_body", ("%lu,%lu", *s_calls, *s_time));
/dports/databases/mysql56-client/mysql-5.6.51/dbug/
H A Ddbug_analyze.c515 void out_body (outf, root,s_calls,s_time) in out_body() argument
518 register unsigned long int *s_calls, *s_time;
523 DBUG_PRINT ("out_body", ("%lu,%lu",*s_calls,*s_time));
525 DBUG_PRINT ("out_body", ("%lu,%lu",*s_calls,*s_time));
528 out_body (outf, s_table[root].lchild,s_calls,s_time);
532 *s_time += local_time;
535 DBUG_PRINT ("out_body", ("%lu,%lu", *s_calls, *s_time));
/dports/databases/mysql55-client/mysql-5.5.62/dbug/
H A Ddbug_analyze.c515 void out_body (outf, root,s_calls,s_time) in out_body() argument
518 register unsigned long int *s_calls, *s_time;
523 DBUG_PRINT ("out_body", ("%lu,%lu",*s_calls,*s_time));
525 DBUG_PRINT ("out_body", ("%lu,%lu",*s_calls,*s_time));
528 out_body (outf, s_table[root].lchild,s_calls,s_time);
532 *s_time += local_time;
535 DBUG_PRINT ("out_body", ("%lu,%lu", *s_calls, *s_time));
/dports/biology/diamond/diamond-2.0.13/src/lib/alp/
H A Dnjn_localmaxstat.hpp60 …static void setTime (double time_ = 0.0) {assert (time_ >= 0.0); s_time = time_;} // set time for … in setTime()
61 static double getTime () {return s_time;} // get time for the dynamic programming computation in getTime()
191 static double s_time; member in Njn::LocalMaxStat
/dports/biology/mmseqs2/MMseqs2-13-45111/lib/alp/
H A Dnjn_localmaxstat.hpp60 …static void setTime (double time_ = 0.0) {assert (time_ >= 0.0); s_time = time_;} // set time for … in setTime()
61 static double getTime () {return s_time;} // get time for the dynamic programming computation in getTime()
191 static double s_time; member in Njn::LocalMaxStat
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/blast/gumbel_params/
H A Dnjn_localmaxstat.hpp63 …static void setTime (double time_ = 0.0) {assert (time_ >= 0.0); s_time = time_;} // set time for … in setTime()
64 static double getTime () {return s_time;} // get time for the dynamic programming computation in getTime()
194 static double s_time; member in LocalMaxStat
/dports/security/openssl-unsafe/openssl-c9ba19c/doc/apps/
H A Ds_time.pod6 s_time - SSL/TLS performance timing program
10 B<openssl> B<s_time>
29 The B<s_time> command implements a generic SSL/TLS client which connects to a
46 index.htm[l] page. If this parameter is not specified, then B<s_time> will only
122 specifies how long (in seconds) B<s_time> should establish connections and
124 and the link speed determine how many connections B<s_time> can establish.
130 B<s_time> can be used to measure the performance of an SSL connection.
133 …openssl s_time -connect servername:443 -www / -CApath yourdir -CAfile yourfile.pem -cipher commonc…
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/nyqsrc/
H A Dinverse.c31 double s_time; member
106 *out_ptr++ = (float) (susp->s_time + in inverse_fetch()
113 susp->s_time += susp->s_time_increment; in inverse_fetch()
205 susp->s_time = 0; in snd_make_inverse()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/doc/man1/
H A Ds_time.pod5 openssl-s_time,
6 s_time - SSL/TLS performance timing program
10 B<openssl> B<s_time>
32 The B<s_time> command implements a generic SSL/TLS client which connects to a
53 index.htm[l] page. If this parameter is not specified, then B<s_time> will only
152 Specifies how long (in seconds) B<s_time> should establish connections and
154 and the link speed determine how many connections B<s_time> can establish.
160 B<s_time> can be used to measure the performance of an SSL connection.
163 …openssl s_time -connect servername:443 -www / -CApath yourdir -CAfile yourfile.pem -cipher commonc…
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/openssl-src-111.16.0+1.1.1l/openssl/doc/man1/
H A Ds_time.pod5 openssl-s_time,
6 s_time - SSL/TLS performance timing program
10 B<openssl> B<s_time>
32 The B<s_time> command implements a generic SSL/TLS client which connects to a
53 index.htm[l] page. If this parameter is not specified, then B<s_time> will only
152 Specifies how long (in seconds) B<s_time> should establish connections and
154 and the link speed determine how many connections B<s_time> can establish.
160 B<s_time> can be used to measure the performance of an SSL connection.
163 …openssl s_time -connect servername:443 -www / -CApath yourdir -CAfile yourfile.pem -cipher commonc…
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/CryptoPkg/Library/OpensslLib/openssl/doc/man1/
H A Ds_time.pod5 openssl-s_time,
6 s_time - SSL/TLS performance timing program
10 B<openssl> B<s_time>
32 The B<s_time> command implements a generic SSL/TLS client which connects to a
53 index.htm[l] page. If this parameter is not specified, then B<s_time> will only
152 Specifies how long (in seconds) B<s_time> should establish connections and
154 and the link speed determine how many connections B<s_time> can establish.
160 B<s_time> can be used to measure the performance of an SSL connection.
163 …openssl s_time -connect servername:443 -www / -CApath yourdir -CAfile yourfile.pem -cipher commonc…

12345678910>>...21