Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/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 …]
/freebsd/crypto/openssl/util/
H A Dcheck-format-test-negatives.c268 - (tmstart.tv_sec + tmstart.tv_nsec * 1e-9);