Home
last modified time | relevance | path

Searched refs:tv_cur (Results 1 – 1 of 1) sorted by relevance

/mbedtls-latest/programs/test/
Dbenchmark.c386 struct timeval tv_cur; in mbedtls_timing_hardclock() local
393 gettimeofday(&tv_cur, NULL); in mbedtls_timing_hardclock()
394 return (tv_cur.tv_sec - tv_init.tv_sec) * 1000000U in mbedtls_timing_hardclock()
395 + (tv_cur.tv_usec - tv_init.tv_usec); in mbedtls_timing_hardclock()