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

/freebsd-10.0-release/contrib/diff/src/
H A Dside.c51 size_t tab_size = tabsize; local
54 for (tab = from + tab_size - from % tab_size; tab <= to; tab += tab_size)
H A Dutil.c560 size_t tab_size = tabsize;
567 size_t spaces = tab_size - column % tab_size;
553 size_t tab_size = tabsize; local
/freebsd-10.0-release/usr.bin/col/
H A Dcol.c460 int tab_col, tab_size; local
465 tab_size = tab_col - last_col;
466 if (tab_size == 1)
470 nspace -= tab_size;
/freebsd-10.0-release/usr.sbin/bhyve/
H A Dpci_emul.c773 uint32_t tab_size; local
779 tab_size = msgnum * MSIX_TABLE_ENTRY_SIZE;
782 tab_size = roundup2(tab_size, 4096);
788 pi->pi_msix.pba_offset = tab_size;
796 pci_populate_msixcap(&msixcap, msgnum, barnum, tab_size, 0);
800 tab_size + pi->pi_msix.pba_size);

Completed in 100 milliseconds