Home
last modified time | relevance | path

Searched defs:ncols (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz_math_impl.h49 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 Dvdev_draid.c562 uint64_t ncols = vdc->vdc_children; in vdev_draid_get_perm() local
/freebsd/sys/teken/
H A Dteken_subr.h242 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 Draidz_bench.c73 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 Dwho.c243 int col, ncols, num; in quick() local
/freebsd/lib/libdpv/
H A Ddialog_util.c493 dialog_prompt_wrappedlines(char *prompt, int ncols, uint8_t nlstate) in dialog_prompt_wrappedlines()
/freebsd/contrib/mandoc/
H A Dmdoc.h124 size_t ncols; /* -column arg count */ member
H A Dmdoc_term.c626 size_t ncols, dcol; in termp_it_pre() local
/freebsd/contrib/nvi/regex/
H A Dregcomp.c1283 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 Dregcomp.c1391 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 Dsplash_bmp.c222 int ncols; /* number of colours */ member