Searched refs:c_time (Results 1 – 1 of 1) sorted by relevance
/openssl-master/test/ |
A D | ssl_old_test.c | 612 long bytes, clock_t *s_time, clock_t *c_time); 614 clock_t *c_time); 894 clock_t s_time = 0, c_time = 0; in main() local 1770 bytes, &s_time, &c_time); in main() 1774 bytes, &s_time, &c_time); in main() 1840 (double)c_time / CLOCKS_PER_SEC); in main() 1845 (double)s_time, (double)c_time); in main() 1877 clock_t *s_time, clock_t *c_time) in doit_localhost() argument 2046 *c_time += (clock() - c_clock); in doit_localhost() 2157 clock_t *s_time, clock_t *c_time) in doit_biopair() argument [all …]
|
Completed in 7 milliseconds