Home
last modified time | relevance | path

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

/scripts/
A Dbloat-o-meter97 percent = (ntot - otot) * 100.0 / otot
99 percent = 0
100 print("Total: Before=%d, After=%d, chg %+.2f%%" % (otot, ntot, percent))
A Dget_maintainer.pl2214 my $percent = $sign_offs * 100 / $divisor;
2216 $percent = 100 if ($percent > 100);
2221 $percent < $email_git_min_percent);
2224 my $fmt_percent = sprintf("%.0f", $percent);
/scripts/kconfig/lxdialog/
A Dtextbox.c121 int percent; in print_position() local
125 percent = (page - buf) * 100 / strlen(buf); in print_position()
127 wprintw(win, "(%3d%%)", percent); in print_position()

Completed in 6 milliseconds