Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/lxdialog/
H A Dtextbox.c384 int percent; in print_position() local
388 percent = (page - buf) * 100 / strlen(buf); in print_position()
390 wprintw(win, "(%3d%%)", percent); in print_position()
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dget_maintainer.pl1821 my $percent = $sign_offs * 100 / $divisor;
1823 $percent = 100 if ($percent > 100);
1827 $percent < $email_git_min_percent);
1830 my $fmt_percent = sprintf("%.0f", $percent);