HomeSort by: relevance | last modified time | path
    Searched defs:tmstart (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.c 2199 static ULARGE_INTEGER tmstart; local
2230 tmstart.u.LowPart = now.dwLowDateTime;
2231 tmstart.u.HighPart = now.dwHighDateTime;
2238 ret = (__int64)(tmstop.QuadPart - tmstart.QuadPart) * 1e-7;
2250 static struct timespec tmstart; local
2253 static unsigned long tmstart; local
2266 tmstart = now;
2269 - (tmstart.tv_sec + tmstart.tv_nsec * 1e-9));
2273 tmstart = now
2286 static clock_t tmstart; local
2322 static clock_t tmstart; local
2346 static struct timeval tmstart; local
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c 2757 static ULARGE_INTEGER tmstart; local
2791 tmstart.u.LowPart = now.dwLowDateTime;
2792 tmstart.u.HighPart = now.dwHighDateTime;
2799 ret = (__int64)(tmstop.QuadPart - tmstart.QuadPart) * 1e-7;
2811 static struct timespec tmstart; local
2814 static unsigned long tmstart; local
2827 tmstart = now;
2830 - (tmstart.tv_sec + tmstart.tv_nsec * 1e-9));
2834 tmstart = now
2849 static clock_t tmstart; local
2874 static struct timeval tmstart; local
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c 2698 static ULARGE_INTEGER tmstart; local
2729 tmstart.u.LowPart = now.dwLowDateTime;
2730 tmstart.u.HighPart = now.dwHighDateTime;
2737 ret = (__int64)(tmstop.QuadPart - tmstart.QuadPart) * 1e-7;
2749 static struct timespec tmstart; local
2752 static unsigned long tmstart; local
2765 tmstart = now;
2768 - (tmstart.tv_sec + tmstart.tv_nsec * 1e-9));
2772 tmstart = now
2787 static clock_t tmstart; local
2811 static struct timeval tmstart; local
    [all...]

Completed in 33 milliseconds