Home
last modified time | relevance | path

Searched refs:n_out (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/disk/fd/
H A Dfdc.h119 int fd_cmd(struct fdc_data *fdc, int n_out, ...);
H A Dfd.c360 fd_cmd(struct fdc_data *fdc, int n_out, ...) in fd_cmd() argument
367 __va_start(ap, n_out); in fd_cmd()
370 __va_start(ap, n_out); in fd_cmd()
371 for (n = 0; n < n_out; n++) in fd_cmd()
378 cmd, n + 1, n_out); in fd_cmd()
/dragonfly/contrib/gcc-8.0/gcc/
H A Domp-low.c7356 size_t n_in = 0, n_out = 0, idx = 2, i; in lower_depend_clauses() local
7369 n_out++; in lower_depend_clauses()
7377 tree type = build_array_type_nelts (ptr_type_node, n_in + n_out + 2); in lower_depend_clauses()
7382 g = gimple_build_assign (r, build_int_cst (ptr_type_node, n_in + n_out)); in lower_depend_clauses()
7386 g = gimple_build_assign (r, build_int_cst (ptr_type_node, n_out)); in lower_depend_clauses()
7390 if ((i ? n_in : n_out) == 0) in lower_depend_clauses()