HomeSort by: relevance | last modified time | path
    Searched refs:usertime (Results 1 - 11 of 11) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.c 2195 double app_tminterval(int stop, int usertime)
2212 if (usertime && proc != (HANDLE) - 1) {
2220 if (usertime && warning) {
2246 double app_tminterval(int stop, int usertime)
2258 if (usertime && warning) {
2284 double app_tminterval(int stop, int usertime)
2293 if (usertime)
2296 if (usertime)
2317 double app_tminterval(int stop, int usertime)
2324 if (usertime)
    [all...]
apps.h 622 double app_tminterval(int stop, int usertime);
speed.c 132 static int usertime = 1; variable
222 double ret = app_tminterval(s, usertime);
264 ret = app_tminterval(s, usertime);
266 ret = app_tminterval(s, usertime);
277 return app_tminterval(s, usertime);
1564 usertime = 0;
1846 if (usertime == 0 && !mr)
3496 usertime = 0;
  /src/crypto/external/bsd/openssl/dist/apps/lib/
apps.c 2694 double app_tminterval(int stop, int usertime)
2711 if (usertime && proc != (HANDLE) - 1) {
2719 if (usertime && warning) {
2745 double app_tminterval(int stop, int usertime)
2757 if (usertime && warning) {
2782 double app_tminterval(int stop, int usertime)
2789 if (usertime)
2806 double app_tminterval(int stop, int usertime)
2813 if (usertime)
  /src/crypto/external/apache2/openssl/dist/apps/include/
apps.h 334 double app_tminterval(int stop, int usertime);
  /src/crypto/external/apache2/openssl/dist/apps/lib/
apps.c 2753 double app_tminterval(int stop, int usertime)
2771 if (usertime && proc != (HANDLE)-1) {
2781 if (usertime && warning) {
2807 double app_tminterval(int stop, int usertime)
2819 if (usertime && warning) {
2844 double app_tminterval(int stop, int usertime)
2851 if (usertime)
2869 double app_tminterval(int stop, int usertime)
2876 if (usertime)
  /src/crypto/external/bsd/openssl/dist/apps/include/
apps.h 326 double app_tminterval(int stop, int usertime);
  /src/crypto/external/bsd/openssl/dist/apps/
speed.c 103 static int usertime = 1; variable
137 double ret = app_tminterval(s, usertime);
179 ret = app_tminterval(s, usertime);
181 ret = app_tminterval(s, usertime);
1606 usertime = 0;
1965 if (usertime == 0 && !mr)
3688 usertime = 0;
  /src/crypto/external/apache2/openssl/dist/apps/
speed.c 120 static int usertime = 1; variable
159 double ret = app_tminterval(s, usertime);
201 ret = app_tminterval(s, usertime);
203 ret = app_tminterval(s, usertime);
2132 usertime = 0;
2679 if (usertime == 0 && !mr)
4967 usertime = 0;
  /src/external/gpl3/binutils/dist/gprofng/src/
Dbe.cc 1787 double usertime = groupCpuTime->fetch (grInd); local
1788 if (thistime / (CPUSEC_PERCENT_THRESHOLD / 100) > usertime)
1821 double usertime = groupCpuTime->fetch (grInd); local
1822 if (thisVal > usertime * HWC_OVERFLOWS_PER_CPUSEC_THRESHOLD)
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Dbe.cc 1787 double usertime = groupCpuTime->fetch (grInd); local
1788 if (thistime / (CPUSEC_PERCENT_THRESHOLD / 100) > usertime)
1821 double usertime = groupCpuTime->fetch (grInd); local
1822 if (thisVal > usertime * HWC_OVERFLOWS_PER_CPUSEC_THRESHOLD)

Completed in 54 milliseconds