Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/apps/lib/
H A Dapps.c2757 static ULARGE_INTEGER tmstart; in app_tminterval() local
2791 tmstart.u.LowPart = now.dwLowDateTime; in app_tminterval()
2792 tmstart.u.HighPart = now.dwHighDateTime; in app_tminterval()
2799 ret = (__int64)(tmstop.QuadPart - tmstart.QuadPart) * 1e-7; in app_tminterval()
2811 static struct timespec tmstart; in app_tminterval() local
2814 static unsigned long tmstart; in app_tminterval() local
2827 tmstart = now; in app_tminterval()
2830 - (tmstart.tv_sec + tmstart.tv_nsec * 1e-9)); in app_tminterval()
2834 tmstart = now; in app_tminterval()
2836 ret = (now - tmstart) / (double)sysClkRateGet(); in app_tminterval()
[all …]