Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/
H A Dapps.c2199 static ULARGE_INTEGER tmstart; in app_tminterval() local
2230 tmstart.u.LowPart = now.dwLowDateTime; in app_tminterval()
2231 tmstart.u.HighPart = now.dwHighDateTime; in app_tminterval()
2238 ret = (__int64)(tmstop.QuadPart - tmstart.QuadPart) * 1e-7; in app_tminterval()
2250 static struct timespec tmstart; in app_tminterval() local
2253 static unsigned long tmstart; in app_tminterval() local
2266 tmstart = now; in app_tminterval()
2269 - (tmstart.tv_sec + tmstart.tv_nsec * 1e-9)); in app_tminterval()
2273 tmstart = now; in app_tminterval()
2275 ret = (now - tmstart) / (double)sysClkRateGet(); in app_tminterval()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps.c2698 static ULARGE_INTEGER tmstart; in app_tminterval() local
2729 tmstart.u.LowPart = now.dwLowDateTime; in app_tminterval()
2730 tmstart.u.HighPart = now.dwHighDateTime; in app_tminterval()
2737 ret = (__int64)(tmstop.QuadPart - tmstart.QuadPart) * 1e-7; in app_tminterval()
2749 static struct timespec tmstart; in app_tminterval() local
2752 static unsigned long tmstart; in app_tminterval() local
2765 tmstart = now; in app_tminterval()
2768 - (tmstart.tv_sec + tmstart.tv_nsec * 1e-9)); in app_tminterval()
2772 tmstart = now; in app_tminterval()
2774 ret = (now - tmstart) / (double)sysClkRateGet(); in app_tminterval()
[all …]