Searched defs:ncols (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | vdev_raidz_math_impl.h | 49 const unsigned ncols = rr->rr_cols; in raidz_rec_q_coeff() local 58 const unsigned ncols = rr->rr_cols; in raidz_rec_r_coeff() local 67 const unsigned ncols = rr->rr_cols; in raidz_rec_pq_coeff() local 83 const unsigned ncols = rr->rr_cols; in raidz_rec_pr_coeff() local 100 const unsigned ncols = rr->rr_cols; in raidz_rec_qr_coeff() local 121 const unsigned ncols = rr->rr_cols; in raidz_rec_pqr_coeff() local 363 const size_t ncols = rr->rr_cols; in raidz_generate_p_impl() local 436 const size_t ncols = rr->rr_cols; in raidz_generate_pq_impl() local 514 const size_t ncols = rr->rr_cols; in raidz_generate_pqr_impl() local 613 const size_t ncols = rr->rr_cols; in raidz_reconstruct_p_impl() local [all …]
|
H A D | vdev_draid.c | 562 uint64_t ncols = vdc->vdc_children; in vdev_draid_get_perm() local
|
/freebsd/sys/teken/ |
H A D | teken_subr.h | 242 teken_subr_cursor_backward(teken_t *t, unsigned int ncols) in teken_subr_cursor_backward() 285 teken_subr_cursor_forward(teken_t *t, unsigned int ncols) in teken_subr_cursor_forward() 316 teken_subr_cursor_next_line(teken_t *t, unsigned int ncols) in teken_subr_cursor_next_line() 353 teken_subr_cursor_previous_line(teken_t *t, unsigned int ncols) in teken_subr_cursor_previous_line() 392 teken_subr_delete_character(const teken_t *t, unsigned int ncols) in teken_subr_delete_character() 484 teken_subr_erase_character(const teken_t *t, unsigned int ncols) in teken_subr_erase_character() 643 teken_subr_insert_character(const teken_t *t, unsigned int ncols) in teken_subr_insert_character()
|
/freebsd/sys/contrib/openzfs/cmd/raidz_test/ |
H A D | raidz_bench.c | 73 int fn, ncols; in run_gen_bench_impl() local 145 int fn, ncols, nbad; in run_rec_bench_impl() local
|
/freebsd/usr.bin/who/ |
H A D | who.c | 243 int col, ncols, num; in quick() local
|
/freebsd/lib/libdpv/ |
H A D | dialog_util.c | 493 dialog_prompt_wrappedlines(char *prompt, int ncols, uint8_t nlstate) in dialog_prompt_wrappedlines()
|
/freebsd/contrib/mandoc/ |
H A D | mdoc.h | 124 size_t ncols; /* -column arg count */ member
|
H A D | mdoc_term.c | 626 size_t ncols, dcol; in termp_it_pre() local
|
/freebsd/contrib/nvi/regex/ |
H A D | regcomp.c | 1283 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; in isinsets() local 1300 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; in samesets() local
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | regcomp.c | 1391 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; in isinsets() local 1408 int ncols = (g->ncsets+(CHAR_BIT-1)) / CHAR_BIT; in samesets() local
|
/freebsd/sys/dev/fb/ |
H A D | splash_bmp.c | 222 int ncols; /* number of colours */ member
|