Searched refs:s_time (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/realtime/func/gtod_latency/ |
H A D | gtod_infinite.c | 106 nsec_t s_time, e_time, diff_time; in main() local 171 ts_to_nsec(&p_ts, &s_time); in main() 174 diff_time = e_time - s_time; in main()
|
/third_party/openssl/test/ |
H A D | 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, 910 clock_t s_time = 0, c_time = 0; in main() local 1805 ret = doit_biopair(s_ssl, c_ssl, bytes, &s_time, &c_time); in main() 1810 bytes, &s_time, &c_time); in main() 1814 bytes, &s_time, &c_time); in main() 1879 (double)s_time / CLOCKS_PER_SEC, in main() 1885 (double)s_time, (double)c_time); in main() 1917 clock_t *s_time, clock_t *c_time) in doit_localhost() 2078 * c_time and s_time increment in doit_localhost() 1916 doit_localhost(SSL *s_ssl, SSL *c_ssl, int family, long count, clock_t *s_time, clock_t *c_time) doit_localhost() argument 2213 doit_biopair(SSL *s_ssl, SSL *c_ssl, long count, clock_t *s_time, clock_t *c_time) doit_biopair() argument [all...] |
Completed in 4 milliseconds