HomeSort by: relevance | last modified time | path
    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 22 milliseconds