Home
last modified time | relevance | path

Searched refs:n_arg (Results 1 – 18 of 18) sorted by relevance

/external/rust/crates/rusqlite/src/
Dfunctions.rs340 n_arg: c_int, in create_scalar_function()
350 .create_scalar_function(fn_name, n_arg, flags, x_func) in create_scalar_function()
362 n_arg: c_int, in create_aggregate_function()
373 .create_aggregate_function(fn_name, n_arg, flags, aggr) in create_aggregate_function()
385 n_arg: c_int, in create_window_function()
396 .create_window_function(fn_name, n_arg, flags, aggr) in create_window_function()
408 pub fn remove_function(&self, fn_name: &str, n_arg: c_int) -> Result<()> { in remove_function()
409 self.db.borrow_mut().remove_function(fn_name, n_arg) in remove_function()
417 n_arg: c_int, in create_scalar_function()
464 n_arg, in create_scalar_function()
[all …]
Dunlock_notify.rs45 unsafe extern "C" fn unlock_notify_cb(ap_arg: *mut *mut c_void, n_arg: c_int) { in unlock_notify_cb()
47 let args = from_raw_parts(ap_arg as *const &UnlockNotification, n_arg as usize); in unlock_notify_cb()
/external/llvm-project/polly/lib/External/isl/interface/
Dpython.cc63 void python_generator::print_method_arguments(int first, int n_arg) in print_method_arguments() argument
65 for (int i = first; i < n_arg; ++i) { in print_method_arguments()
97 int n_arg) in print_method_header() argument
101 print_method_arguments(0, n_arg); in print_method_header()
219 unsigned n_arg = fn->getNumArgs(); in print_callback() local
227 for (unsigned i = 0; i < n_arg - 1; ++i) { in print_callback()
234 for (unsigned i = 0; i < n_arg; ++i) { in print_callback()
240 for (unsigned i = 0; i < n_arg - 1; ++i) { in print_callback()
254 for (unsigned i = 0; i < n_arg - 1; ++i) { in print_callback()
Dpython.h22 void print_method_arguments(int first, int n_arg);
23 void print_method_header(bool is_static, const string &name, int n_arg);
Disl.py4584 def n_arg(arg0): member in ast_expr_op
4596 return arg0.n_arg()
/external/llvm-project/polly/lib/External/isl/
Disl_ast_private.h26 unsigned n_arg; member
39 enum isl_ast_expr_op_type op, int n_arg);
Disl_ast.c177 expr->u.op.op, expr->u.op.n_arg); in isl_ast_expr_dup()
180 for (i = 0; i < expr->u.op.n_arg; ++i) in isl_ast_expr_dup()
226 for (i = 0; i < expr->u.op.n_arg; ++i) in isl_ast_expr_free()
316 return expr->u.op.n_arg; in isl_ast_expr_op_get_n_arg()
336 if (pos < 0 || pos >= expr->u.op.n_arg) in isl_ast_expr_op_get_arg()
362 if (pos < 0 || pos >= expr->u.op.n_arg) in isl_ast_expr_set_op_arg()
397 if (expr1->u.op.n_arg != expr2->u.op.n_arg) in isl_ast_expr_is_equal()
399 for (i = 0; i < expr1->u.op.n_arg; ++i) { in isl_ast_expr_is_equal()
419 enum isl_ast_expr_op_type op, int n_arg) in isl_ast_expr_alloc_op() argument
432 expr->u.op.n_arg = n_arg; in isl_ast_expr_alloc_op()
[all …]
Disl_arg.c1221 static int n_arg(struct isl_arg *arg) in n_arg() function
1224 int n_arg = 0; in n_arg() local
1228 n_arg++; in n_arg()
1230 return n_arg; in n_arg()
1264 n = n_arg(args->args); in isl_args_parse()
Disl_test_python.py426 assert(op.n_arg() == 2)
Disl_test_cpp-generic.cc373 assert(SIZE_VAL(op.n_arg()) == 2); in test_ast_build_expr()
/external/openssh/
Dsftp.c1328 unsigned long *n_arg, char **path1, char **path2) in parse_args() argument
1500 *n_arg = l; in parse_args()
1538 unsigned long n_arg = 0; in parse_dispatch_command() local
1546 &hflag, &iflag, &lflag, &pflag, &rflag, &sflag, &n_arg, in parse_dispatch_command()
1691 umask(n_arg); in parse_dispatch_command()
1692 printf("Local umask: %03lo\n", n_arg); in parse_dispatch_command()
1698 a.perm = n_arg; in parse_dispatch_command()
1737 aa->uid = n_arg; in parse_dispatch_command()
1742 aa->gid = n_arg; in parse_dispatch_command()
/external/python/cpython2/Modules/_sqlite/
Dconnection.c899 int n_arg; in pysqlite_connection_create_aggregate() local
909 kwlist, &name, &n_arg, &aggregate_class)) { in pysqlite_connection_create_aggregate()
913 …rc = sqlite3_create_function(self->db, name, n_arg, SQLITE_UTF8, (void*)aggregate_class, 0, &_pysq… in pysqlite_connection_create_aggregate()
/external/python/cpython3/Modules/_sqlite/
Dconnection.c868 int n_arg; in pysqlite_connection_create_aggregate() local
878 kwlist, &name, &n_arg, &aggregate_class)) { in pysqlite_connection_create_aggregate()
884 n_arg, in pysqlite_connection_create_aggregate()
/external/llvm-project/polly/lib/External/pet/include/
Dpet.h381 unsigned n_arg; member
/external/libxml2/
Dtestapi.c7541 int n_arg; in test_xmlShellBase() local
7548 for (n_arg = 0;n_arg < gen_nb_char_ptr;n_arg++) { in test_xmlShellBase()
7553 arg = gen_char_ptr(n_arg, 1); in test_xmlShellBase()
7561 des_char_ptr(n_arg, arg, 1); in test_xmlShellBase()
7570 printf(" %d", n_arg); in test_xmlShellBase()
7596 int n_arg; in test_xmlShellCat() local
7603 for (n_arg = 0;n_arg < gen_nb_char_ptr;n_arg++) { in test_xmlShellCat()
7608 arg = gen_char_ptr(n_arg, 1); in test_xmlShellCat()
7616 des_char_ptr(n_arg, arg, 1); in test_xmlShellCat()
7625 printf(" %d", n_arg); in test_xmlShellCat()
[all …]
/external/llvm-project/polly/lib/External/ppcg/
Dppcg.c239 if (stmt->n_arg > 0) in collect_domains()
/external/llvm-project/polly/lib/External/isl/include/isl/
Dcpp-checked.h544 inline class size n_arg() const;
3963 class size ast_expr_op::n_arg() const in n_arg() function
3971 return n_arg(); in get_n_arg()
Dcpp.h609 inline unsigned n_arg() const;
4454 unsigned ast_expr_op::n_arg() const in n_arg() function
4468 return n_arg(); in get_n_arg()