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

  /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/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 35 milliseconds