Searched refs:n_def_args (Results 1 – 2 of 2) sorted by relevance
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | objfun.c | 201 size_t n_exc_stack, scope_flags, n_pos_args, n_kwonly_args, n_def_args; \ 202 …ECODE_INTO(ip, n_state_out_var, n_exc_stack, scope_flags, n_pos_args, n_kwonly_args, n_def_args); \ 203 (void)scope_flags; (void)n_pos_args; (void)n_kwonly_args; (void)n_def_args; \ 381 size_t n_def_args = 0; in mp_obj_new_fun_bc() local 386 n_def_args = def_args->len; in mp_obj_new_fun_bc() 398 memcpy(o->extra_args, def_args->items, n_def_args * sizeof(mp_obj_t)); in mp_obj_new_fun_bc() 401 o->extra_args[n_def_args] = def_kw_args; in mp_obj_new_fun_bc()
|
A D | objgenerator.c | 102 size_t n_state, n_exc_stack_unused, scope_flags, n_pos_args, n_kwonly_args, n_def_args; in native_gen_wrap_call() local 103 …G_DECODE_INTO(ip, n_state, n_exc_stack_unused, scope_flags, n_pos_args, n_kwonly_args, n_def_args); in native_gen_wrap_call()
|
Completed in 5 milliseconds