Home
last modified time | relevance | path

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

/openssl/apps/lib/
H A Dapps.c2790 static ULARGE_INTEGER tmstart; in app_tminterval() local
2844 static struct timespec tmstart; in app_tminterval() local
2847 static unsigned long tmstart; in app_tminterval() local
2860 tmstart = now; in app_tminterval()
2863 - (tmstart.tv_sec + tmstart.tv_nsec * 1e-9)); in app_tminterval()
2867 tmstart = now; in app_tminterval()
2882 static clock_t tmstart; in app_tminterval() local
2888 tmstart = now; in app_tminterval()
2907 static struct timeval tmstart; in app_tminterval() local
2915 tmstart = now; in app_tminterval()
[all …]
/openssl/util/
H A Dcheck-format-test-negatives.c268 - (tmstart.tv_sec + tmstart.tv_nsec * 1e-9);

Completed in 14 milliseconds