Home
last modified time | relevance | path

Searched refs:usertime (Results 1 – 3 of 3) sorted by relevance

/third_party/openssl/apps/
Dapps.c2182 double app_tminterval(int stop, int usertime) in app_tminterval() argument
2199 if (usertime && proc != (HANDLE) - 1) { in app_tminterval()
2207 if (usertime && warning) { in app_tminterval()
2233 double app_tminterval(int stop, int usertime) in app_tminterval() argument
2245 if (usertime && warning) { in app_tminterval()
2271 double app_tminterval(int stop, int usertime) in app_tminterval() argument
2280 if (usertime) in app_tminterval()
2283 if (usertime) in app_tminterval()
2304 double app_tminterval(int stop, int usertime) in app_tminterval() argument
2311 if (usertime) in app_tminterval()
[all …]
Dspeed.c132 static int usertime = 1; variable
222 double ret = app_tminterval(s, usertime); in Time_F()
264 ret = app_tminterval(s, usertime); in Time_F()
266 ret = app_tminterval(s, usertime); in Time_F()
277 return app_tminterval(s, usertime); in Time_F()
1564 usertime = 0; in speed_main()
1846 if (usertime == 0 && !mr) in speed_main()
3496 usertime = 0; in do_multi()
Dapps.h619 double app_tminterval(int stop, int usertime);