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

/external/openssl/apps/
H A Dspeed.c206 static int usertime=1; variable
305 return app_tminterval(s,usertime);
311 return app_tminterval(s,usertime);
605 usertime=-1;
676 usertime = 0;
1151 if (usertime == 0 && !mr)
2628 usertime=0;
H A Dapps.c2759 double app_tminterval(int stop,int usertime) argument
2776 if (usertime && proc!=(HANDLE)-1)
2786 if (usertime && warning)
2816 double app_tminterval(int stop,int usertime) argument
2822 if (usertime && warning)
2838 double app_tminterval(int stop,int usertime) argument
2850 if (usertime && warning)
2874 double app_tminterval(int stop,int usertime) argument
2883 if (usertime) now = rus.tms_utime;
2885 if (usertime)
2905 app_tminterval(int stop,int usertime) argument
2928 app_tminterval(int stop,int usertime) argument
[all...]
/external/v8/src/
H A Dplatform-win32.cc588 uint64_t usertime; local
592 reinterpret_cast<FILETIME*>(&usertime))) return -1;
595 usertime /= 10;
598 *secs = static_cast<uint32_t>(usertime / 1000000);
599 *usecs = static_cast<uint32_t>(usertime % 1000000);

Completed in 73 milliseconds