Searched defs:tmstart (Results 1 - 1 of 1) sorted by relevance

/external/openssl/apps/
H A Dapps.c2841 static ULARGE_INTEGER tmstart; local
2876 tmstart.u.LowPart = now.dwLowDateTime;
2877 tmstart.u.HighPart = now.dwHighDateTime;
2885 ret = (__int64)(tmstop.QuadPart - tmstart.QuadPart)*1e-7;
2897 static clock_t tmstart; local
2907 if (stop==TM_START) tmstart = clock();
2908 else ret = (clock()-tmstart)/(double)CLOCKS_PER_SEC;
2920 static struct timespec tmstart; local
2923 static unsigned long tmstart; local
2937 if (stop==TM_START) tmstart
2954 static clock_t tmstart; local
2988 static clock_t tmstart; local
3011 static struct timeval tmstart; local
[all...]

Completed in 40 milliseconds