Searched refs:percent (Results 1 - 14 of 14) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/lib/e2p/
H A Dpercent.c2 * percent.c - Take percentage of a number
18 unsigned int e2p_percent(int percent, unsigned int base) argument
22 if (!percent)
24 if (100 % percent == 0)
25 return base / (100 / percent);
27 return (base / 100) * percent;
28 return base * percent / 100;
38 int percent; local
43 fprintf(stderr, "Usage: %s percent base\n", argv[0]);
47 percent
[all...]
H A De2p.h59 unsigned int e2p_percent(int percent, unsigned int base);
H A DMakefile.in22 ostype.o percent.o
31 $(srcdir)/ostype.c $(srcdir)/percent.o
/asus-wl-520gu-7.0.1.45/src/router/library/
H A Ddisk_table.h164 int get_free_space(char *mount_point,char* type,unsigned long *size,int *percent, unsigned long *total);
/asus-wl-520gu-7.0.1.45/src/router/library/include/
H A Ddisk_table.h164 int get_free_space(char *mount_point,char* type,unsigned long *size,int *percent, unsigned long *total);
/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/e2fsck/
H A Dunix.c353 float percent; local
359 percent = ((float) curr) / ((float) max);
360 return ((percent * (tbl->table[pass] - tbl->table[pass-1]))
375 int e2fsck_simple_progress(e2fsck_t ctx, const char *label, float percent, argument
393 fixed_percent = (int) ((10 * percent) + 0.5);
422 i = ((percent * dpywidth) + 50) / 100;
430 printf(" %4.1f%% ", percent);
448 float percent; local
457 percent = calc_percent(&e2fsck_tbl, pass, cur, max);
459 percent,
[all...]
H A De2fsck.h495 float percent, unsigned int dpynum);
/asus-wl-520gu-7.0.1.45/src/linux/linux/scripts/lxdialog/
H A Dtextbox.c543 int fpos, percent; local
552 percent = !file_size ?
555 wprintw (win, "(%3d%%)", percent);
/asus-wl-520gu-7.0.1.45/src/router/config/
H A Dtextbox.c543 int fpos, percent; local
552 percent = !file_size ?
555 wprintw (win, "(%3d%%)", percent);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dvi.c623 int i, cnt, thing, rbi, startrbi, percent; local
636 percent = (int) lrand48() % 100; // get a number from 0-99
637 if (percent < Mp) { // Movement commands
641 } else if (percent < Np) { // non-movement commands
644 } else if (percent < Dp) { // Delete commands
647 } else if (percent < Ip) { // Inset commands
650 } else if (percent < Yp) { // Yank commands
653 } else if (percent < Pp) { // Put commands
3766 int cur, tot, percent; local
3770 // current line percent
[all...]
/asus-wl-520gu-7.0.1.45/src/router/www/asus/web_asus_en/slider/
H A Dslider.js2484 //how many percent is valueLeadDefault from maxVal-minVal?
2502 //how many percent is valueDefault from maxVal-minVal?
3224 * returns the current slider value in percent (compared to min/max value).
3240 var percent = this._valueInternal / range * 100;
3242 return percent;
3792 var percent = this.getValueInPercent();
3794 var newColor = mixColor(this.x, this.colorbar['color2'], percent);
/asus-wl-520gu-7.0.1.45/src/router/www/asus/www_WL500gpv2/slider/
H A Dslider.js2484 //how many percent is valueLeadDefault from maxVal-minVal?
2502 //how many percent is valueDefault from maxVal-minVal?
3224 * returns the current slider value in percent (compared to min/max value).
3240 var percent = this._valueInternal / range * 100;
3242 return percent;
3792 var percent = this.getValueInPercent();
3794 var newColor = mixColor(this.x, this.colorbar['color2'], percent);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dusbvideo.c466 unsigned long allPackets, badPackets, goodPackets, percent; local
473 percent = (100 * goodPackets) / allPackets;
475 percent = goodPackets / (allPackets / 100);
477 allPackets, badPackets, percent);
485 percent = (100 * xferBytes) / allBytes;
487 percent = xferBytes / (allBytes / 100);
506 xferBytes, multiplier, percent);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dgdth.h349 unchar percent; /* progress for surface check */ member in struct:__anon2334

Completed in 298 milliseconds