HomeSort by: relevance | last modified time | path
    Searched refs:s_time (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/apache2/openssl/bin/
Makefile 56 s_time.c \
108 # openssl s_time \
  /src/crypto/external/bsd/openssl/bin/
Makefile 56 s_time.c \
108 # openssl s_time \
  /src/crypto/external/bsd/openssl.old/bin/
Makefile 39 s_time.c version.c sess_id.c srp.c \
77 # openssl s_time \
  /src/crypto/external/apache2/openssl/dist/test/
ssl_old_test.c 623 long bytes, clock_t *s_time, clock_t *c_time);
624 int doit_biopair(SSL *s_ssl, SSL *c_ssl, long bytes, clock_t *s_time,
921 clock_t s_time = 0, c_time = 0; local
1806 ret = doit_biopair(s_ssl, c_ssl, bytes, &s_time, &c_time);
1811 bytes, &s_time, &c_time);
1815 bytes, &s_time, &c_time);
1880 (double)s_time / CLOCKS_PER_SEC,
1886 (double)s_time, (double)c_time);
1917 clock_t *s_time, clock_t *c_time)
2078 * c_time and s_time increments will typically be very smal
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/
ssl_old_test.c 617 long bytes, clock_t *s_time, clock_t *c_time);
618 int doit_biopair(SSL *s_ssl, SSL *c_ssl, long bytes, clock_t *s_time,
911 clock_t s_time = 0, c_time = 0; local
1810 ret = doit_biopair(s_ssl, c_ssl, bytes, &s_time, &c_time);
1815 bytes, &s_time, &c_time);
1819 bytes, &s_time, &c_time);
1885 (double)s_time / CLOCKS_PER_SEC,
1891 (double)s_time, (double)c_time);
1921 clock_t *s_time, clock_t *c_time)
2082 * c_time and s_time increments will typically be very smal
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/
ssltest_old.c 622 long bytes, clock_t *s_time, clock_t *c_time);
623 int doit_biopair(SSL *s_ssl, SSL *c_ssl, long bytes, clock_t *s_time,
917 clock_t s_time = 0, c_time = 0; local
1801 ret = doit_biopair(s_ssl, c_ssl, bytes, &s_time, &c_time);
1806 bytes, &s_time, &c_time);
1810 bytes, &s_time, &c_time);
1875 (double)s_time / CLOCKS_PER_SEC,
1881 (double)s_time, (double)c_time);
1913 clock_t *s_time, clock_t *c_time)
2074 * c_time and s_time increments will typically be very smal
    [all...]
  /src/usr.bin/ipcs/
ipcs.c 316 show_msginfo(time_t s_time, time_t r_time, time_t c_time, int ipcid,
325 cvt_time(s_time, s_time_buf, sizeof(s_time_buf));
  /src/external/bsd/ntp/dist/ntpd/
refclock_parse.c 2743 u_long s_time; local
2746 percent = s_time = PARSE_STATETIME(parse, i);
2759 if (s_time)
2763 l_mktime(s_time),
3662 u_long s_time; local
3666 percent = s_time = PARSE_STATETIME(parse, i);
3679 if (s_time)
3688 l_mktime(s_time),
3695 sum += s_time;

Completed in 36 milliseconds