Searched refs:usertime (Results 1 - 4 of 4) sorted by relevance

/external/openssl/apps/
H A Dapps.c2837 double app_tminterval(int stop,int usertime) argument
2854 if (usertime && proc!=(HANDLE)-1)
2864 if (usertime && warning)
2894 double app_tminterval(int stop,int usertime) argument
2900 if (usertime && warning)
2916 double app_tminterval(int stop,int usertime) argument
2928 if (usertime && warning)
2952 double app_tminterval(int stop,int usertime) argument
2961 if (usertime) now = rus.tms_utime;
2963 if (usertime)
2983 app_tminterval(int stop,int usertime) argument
3006 app_tminterval(int stop,int usertime) argument
[all...]
H A Dapps.h371 double app_tminterval (int stop,int usertime);
H A Dspeed.c231 static int usertime=1; variable
333 return app_tminterval(s,usertime);
339 return app_tminterval(s,usertime);
634 usertime=-1;
705 usertime = 0;
1184 if (usertime == 0 && !mr)
2685 usertime=0;
/external/chromium_org/v8/src/base/platform/
H A Dplatform-win32.cc442 uint64_t usertime; local
446 reinterpret_cast<FILETIME*>(&usertime))) return -1;
449 usertime /= 10;
452 *secs = static_cast<uint32_t>(usertime / 1000000);
453 *usecs = static_cast<uint32_t>(usertime % 1000000);

Completed in 238 milliseconds