Searched refs:portion (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProcess.inc168 // directory portion of the file path. For example, it doesn't handle
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_sge.c4796 int portion = (uintptr_t)&eq->desc[eq->sidx] - (uintptr_t)(*to); local
4798 bcopy(from, *to, portion);
4799 from += portion;
4800 portion = len - portion; /* remaining */
4801 bcopy(from, (void *)eq->desc, portion); local
4802 (*to) = (caddr_t)eq->desc + portion;
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk58 # has the effect of lengthening the text portion of the page -- so man2html
/freebsd-11-stable/contrib/gdb/gdb/
H A Dbcache.c306 print_percentage (int portion, int total)
311 printf_filtered ("%3d%%\n", portion * 100 / total);
301 print_percentage(int portion, int total) argument

Completed in 133 milliseconds