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

/freebsd-11-stable/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.c124 int overall = 0; local
434 * to the overall progressbar. Other nasty side-effects such as the
635 /* Calculate overall progress (rounding up) */
636 overall = (100 * nthfile - 100 + pct) /
640 overall++;
647 overall);
651 aprompt, overall);
704 warnx("%s: %lli overall read", __func__, dpv_overall_read);
/freebsd-11-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.s96 KW_PARITY = 0x1BD11BDAA9FC1A22 #overall parity of key schedule words
489 xorq %r8 ,%r12 #start accumulating overall parity
817 xorq %r\_Rn_,%rdx #compute overall parity
1114 movq $KW_PARITY ,%rax #overall key schedule parity
1120 xorq %r14,%rax #update key schedule overall parity
/freebsd-11-stable/sys/conf/
H A Dkern.mk93 # it is probably an overall loss as it makes the code bigger (less efficient
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex7016 % A specific text layout, 24x15cm overall, intended for A4 paper.
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex6869 % A specific text layout, 24x15cm overall, intended for A4 paper.
/freebsd-11-stable/contrib/amd/doc/
H A Dtexinfo.tex9830 % A specific text layout, 24x15cm overall, intended for A4 paper.

Completed in 118 milliseconds