Home
last modified time | relevance | path

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

/openssl/apps/lib/
H A Dapps.c2798 ULARGE_INTEGER tmstop; in app_tminterval() local
2800 tmstop.u.LowPart = now.dwLowDateTime; in app_tminterval()
2801 tmstop.u.HighPart = now.dwHighDateTime; in app_tminterval()
2803 ret = (__int64)(tmstop.QuadPart - tmstart.QuadPart) * 1e-7; in app_tminterval()

Completed in 14 milliseconds