Home
last modified time | relevance | path

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

/openssl-master/apps/lib/
A Dapps.c2638 static ULARGE_INTEGER tmstart; in app_tminterval() local
2689 static struct timespec tmstart; in app_tminterval() local
2692 static unsigned long tmstart; in app_tminterval() local
2705 tmstart = now; in app_tminterval()
2708 - (tmstart.tv_sec + tmstart.tv_nsec * 1e-9)); in app_tminterval()
2712 tmstart = now; in app_tminterval()
2727 static clock_t tmstart; in app_tminterval() local
2733 tmstart = now; in app_tminterval()
2751 static struct timeval tmstart; in app_tminterval() local
2759 tmstart = now; in app_tminterval()
[all …]

Completed in 10 milliseconds