Searched refs:c_time (Results 1 – 1 of 1) sorted by relevance
/openssl/test/ |
H A D | ssl_old_test.c | 630 long bytes, clock_t *s_time, clock_t *c_time); 632 clock_t *c_time); 923 clock_t s_time = 0, c_time = 0; in main() local 1827 bytes, &s_time, &c_time); in main() 1831 bytes, &s_time, &c_time); in main() 1898 (double)c_time / CLOCKS_PER_SEC); in main() 1903 (double)s_time, (double)c_time); in main() 1934 clock_t *s_time, clock_t *c_time) in doit_localhost() argument 2103 *c_time += (clock() - c_clock); in doit_localhost() 2231 clock_t *s_time, clock_t *c_time) in doit_biopair() argument [all …]
|
Completed in 22 milliseconds