OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:g_pct
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/mtrace/
mtrace.c
876
int g_lost,
g_pct
;
local in function:stat_line
911
if (g_out)
g_pct
= (g_lost * 100 + (g_out >> 1))/ g_out;
912
else
g_pct
= 0;
913
if (-100 <
g_pct
&&
g_pct
< 101 && g_out > 10)
914
(void)snprintf(g_str, sizeof g_str, "%3d",
g_pct
);
mtrace.c
876
int g_lost,
g_pct
;
local in function:stat_line
911
if (g_out)
g_pct
= (g_lost * 100 + (g_out >> 1))/ g_out;
912
else
g_pct
= 0;
913
if (-100 <
g_pct
&&
g_pct
< 101 && g_out > 10)
914
(void)snprintf(g_str, sizeof g_str, "%3d",
g_pct
);
Completed in 23 milliseconds
Indexes created Sat Oct 11 19:10:01 GMT 2025