HomeSort by: relevance | last modified time | path
    Searched defs:SECONDS (Results 1 - 16 of 16) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
detach-step-over.c 64 #define SECONDS (TIMEOUT + 20)
66 /* We'll exit after this many seconds. */
67 unsigned int seconds_left = SECONDS;
70 sequence. We react by resetting the seconds-left counter. */
106 seconds_left = SECONDS;
non-stop-fair-events.c 29 #define SECONDS (timeout + 20)
62 alarm (SECONDS);
90 alarm (SECONDS);
attach-many-short-lived-threads.c 118 #define SECONDS (TIMEOUT + 20)
120 /* We'll exit after this many seconds. */
121 unsigned int seconds_left = SECONDS;
124 sequence. We react by resetting the seconds left counter. */
168 seconds_left = SECONDS;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
detach-step-over.c 64 #define SECONDS (TIMEOUT + 20)
66 /* We'll exit after this many seconds. */
67 unsigned int seconds_left = SECONDS;
70 sequence. We react by resetting the seconds-left counter. */
106 seconds_left = SECONDS;
non-stop-fair-events.c 29 #define SECONDS (timeout + 20)
62 alarm (SECONDS);
90 alarm (SECONDS);
attach-many-short-lived-threads.c 118 #define SECONDS (TIMEOUT + 20)
120 /* We'll exit after this many seconds. */
121 unsigned int seconds_left = SECONDS;
124 sequence. We react by resetting the seconds left counter. */
168 seconds_left = SECONDS;
  /src/crypto/external/apache2/openssl/dist/apps/
s_time.c 32 #define SECONDS 30
103 { "time", OPT_TIME, 'p', "Seconds to collect data, default " SECONDSSTR },
145 int maxtime = SECONDS, nConn = 0, perform = 3, ret = 1, i, st_bugs = 0;
286 printf("Collecting connection statistics for %d seconds\n", maxtime);
333 printf("%d connections in %ld real seconds, %ld bytes read per connection\n",
413 printf("%d connections in %ld real seconds, %ld bytes read per connection\n",
416 printf("0 connections in %ld real seconds\n",
speed.c 11 #undef SECONDS
12 #define SECONDS 3
216 const openssl_speed_sec_t *seconds);
301 { "seconds", OPT_SECONDS, 'p',
302 "Run benchmarks for specified amount of seconds" },
1984 openssl_speed_sec_t seconds = { SECONDS, RSA_SECONDS, DSA_SECONDS, local
2247 seconds.sym = seconds.rsa = seconds.dsa = seconds.ecds
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
s_time.c 32 #define SECONDS 30
85 {"time", OPT_TIME, 'p', "Seconds to collect data, default " SECONDSSTR},
127 int maxtime = SECONDS, nConn = 0, perform = 3, ret = 1, i, st_bugs = 0;
269 printf("Collecting connection statistics for %d seconds\n", maxtime);
319 ("%d connections in %ld real seconds, %ld bytes read per connection\n",
399 ("%d connections in %ld real seconds, %ld bytes read per connection\n",
402 printf("0 connections in %ld real seconds\n",
speed.c 11 #undef SECONDS
12 #define SECONDS 3
194 const openssl_speed_sec_t *seconds);
250 {"seconds", OPT_SECONDS, 'p',
251 "Run benchmarks for specified amount of seconds"},
1475 openssl_speed_sec_t seconds = { SECONDS, RSA_SECONDS, DSA_SECONDS, local
1713 seconds.sym = seconds.rsa = seconds.dsa = seconds.ecds
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
s_time.c 32 #define SECONDS 30
75 {"time", OPT_TIME, 'p', "Seconds to collect data, default " SECONDSSTR},
102 int maxtime = SECONDS, nConn = 0, perform = 3, ret = 1, i, st_bugs = 0;
215 printf("Collecting connection statistics for %d seconds\n", maxtime);
265 ("%d connections in %ld real seconds, %ld bytes read per connection\n",
342 ("%d connections in %ld real seconds, %ld bytes read per connection\n",
speed.c 11 #undef SECONDS
12 #define SECONDS 3
282 const openssl_speed_sec_t *seconds);
332 {"seconds", OPT_SECONDS, 'p',
333 "Run benchmarks for specified amount of seconds"},
1410 openssl_speed_sec_t seconds = { SECONDS, RSA_SECONDS, DSA_SECONDS, local
1644 seconds.sym = seconds.rsa = seconds.dsa = seconds.ecds
    [all...]
  /src/crypto/external/bsd/openssh/dist/
misc.c 564 #define SECONDS 1
565 #define MINUTES (SECONDS * 60)
579 * Convert a time string into seconds; format is
584 * <none> seconds
585 * s|S seconds
2927 /* Specify a poll/ppoll deadline of at most 'sec' seconds */
  /src/sys/dev/pci/cxgb/
cxgb_t3_hw.c 2622 #define SECONDS * tps
2625 adap->params.rev > 0 ? 0 : 2 SECONDS);
2627 t3_write_reg(adap, A_TP_RXT_MAX, 64 SECONDS);
2628 t3_write_reg(adap, A_TP_PERS_MIN, 5 SECONDS);
2629 t3_write_reg(adap, A_TP_PERS_MAX, 64 SECONDS);
2630 t3_write_reg(adap, A_TP_KEEP_IDLE, 7200 SECONDS);
2631 t3_write_reg(adap, A_TP_KEEP_INTVL, 75 SECONDS);
2632 t3_write_reg(adap, A_TP_INIT_SRTT, 3 SECONDS);
2633 t3_write_reg(adap, A_TP_FINWAIT2_TIMER, 600 SECONDS);
2635 #undef SECONDS
    [all...]
  /src/external/mpl/dhcp/dist/includes/
dhctoken.h 264 SECONDS = 463,
  /src/external/mpl/dhcp/dist/keama/
dhctoken.h 268 SECONDS = 463,

Completed in 53 milliseconds