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

/freebsd-13-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-13-stable/sys/crypto/skein/amd64/
H A Dskein_block_asm.S100 KW_PARITY = 0x1BD11BDAA9FC1A22 #overall parity of key schedule words
492 xorq %r8 ,%r12 #start accumulating overall parity
820 xorq %r\_Rn_,%rdx #compute overall parity
1117 movq $KW_PARITY ,%rax #overall key schedule parity
1123 xorq %r14,%rax #update key schedule overall parity
/freebsd-13-stable/sys/conf/
H A Dkern.mk91 # it is probably an overall loss as it makes the code bigger (less efficient

Completed in 164 milliseconds