Searched refs:overall (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.2-release/lib/libdpv/
H A Ddprompt.c717 dprompt_dprint(int fd, const char *prefix, const char *append, int overall) argument
721 if (overall >= 0 && overall <= 100)
722 gauge_percent = percent = overall;
732 dprompt_libprint(const char *prefix, const char *append, int overall) argument
739 if (overall >= 0 && overall <= 100)
740 gauge_percent = percent = overall;
H A Ddpv.c122 int overall = 0; local
430 * to the overall progressbar. Other nasty side-effects such as the
626 /* Calculate overall progress (rounding up) */
627 overall = (100 * nthfile - 100 + pct) /
631 overall++;
638 overall);
642 aprompt, overall);
695 warnx("%s: %lli overall read", __func__, dpv_overall_read);
/freebsd-10.2-release/sys/conf/
H A Dkern.mk54 # it is probably an overall loss as it makes the code bigger (less efficient
/freebsd-10.2-release/contrib/gcc/doc/include/
H A Dtexinfo.tex7016 % A specific text layout, 24x15cm overall, intended for A4 paper.
/freebsd-10.2-release/contrib/amd/doc/
H A Dtexinfo.tex6797 % A specific text layout, 24x15cm overall, intended for A4 paper.
/freebsd-10.2-release/contrib/groff/doc/
H A Dtexinfo.tex6869 % A specific text layout, 24x15cm overall, intended for A4 paper.

Completed in 152 milliseconds