Searched refs:numrows (Results 1 – 5 of 5) sorted by relevance
| /freebsd/usr.bin/column/ |
| H A D | column.c | 184 int base, chcnt, cnt, col, endcol, numcols, numrows, row; in r_columnate() local 187 numrows = entries / numcols; in r_columnate() 189 ++numrows; in r_columnate() 191 for (row = 0; row < numrows; ++row) { in r_columnate() 196 if ((base += numrows) >= entries) in r_columnate()
|
| /freebsd/contrib/nvi/common/ |
| H A D | options.c | 812 int numcols, numrows, row; in opts_dump() local 907 numrows = s_num / numcols; in opts_dump() 909 ++numrows; in opts_dump() 911 numrows = 1; in opts_dump() 914 for (row = 0; row < numrows;) { in opts_dump() 917 if ((base += numrows) >= s_num) in opts_dump() 922 if (++row < numrows || b_num) in opts_dump()
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | constant_time.h | 456 size_t numrows, in constant_time_lookup() argument 467 for (i = 0; i < numrows; i++, idx--) { in constant_time_lookup()
|
| /freebsd/contrib/flex/src/ |
| H A D | gen.c | 468 int numrows; in genecs() local 482 numrows = csize / 8; in genecs() 484 for (j = 0; j < numrows; ++j) { in genecs() 485 for (i = j; i < csize; i = i + numrows) { in genecs()
|
| /freebsd/contrib/nvi/vi/ |
| H A D | v_txt.c | 2131 size_t base, cnt, col, colwidth, numrows, numcols, prefix, row; in txt_fc_col() local 2199 numrows = argc / numcols; in txt_fc_col() 2201 ++numrows; in txt_fc_col() 2203 numrows = 1; in txt_fc_col() 2206 for (row = 0; row < numrows; ++row) { in txt_fc_col() 2215 if ((base += numrows) >= argc) in txt_fc_col()
|