Home
last modified time | relevance | path

Searched refs:mp_call_function_1 (Results 1 – 9 of 9) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Druntime_utils.c33 mp_obj_t ret = mp_call_function_1(fun, arg); in mp_call_function_1_protected()
A Dobjlist.c298 …mp_obj_t v = key_fn == MP_OBJ_NULL ? tail[0] : mp_call_function_1(key_fn, tail[0]); // get pivot u… in mp_quicksort()
301 … && mp_binary_op(MP_BINARY_OP_LESS, key_fn == MP_OBJ_NULL ? h[0] : mp_call_function_1(key_fn, h[0]… in mp_quicksort()
303 … mp_binary_op(MP_BINARY_OP_LESS, v, key_fn == MP_OBJ_NULL ? t[0] : mp_call_function_1(key_fn, t[0]… in mp_quicksort()
A Dobjmodule.c72 dest[0] = mp_call_function_1(elem->value, MP_OBJ_NEW_QSTR(attr)); in module_attr()
A Druntime.h116 mp_obj_t mp_call_function_1(mp_obj_t fun, mp_obj_t arg);
A Dmodbuiltins.c278 mp_obj_t key = key_fn == MP_OBJ_NULL ? item : mp_call_function_1(key_fn, item); in mp_builtin_min_max()
298 mp_obj_t key = key_fn == MP_OBJ_NULL ? args[i] : mp_call_function_1(key_fn, args[i]); in mp_builtin_min_max()
A Dobjtype.c269 mp_obj_t r = mp_call_function_1(member[0], self_in); in instance_print()
420 mp_obj_t val = mp_call_function_1(member[0], self_in); in instance_unary_op()
A Druntime.c632 mp_obj_t mp_call_function_1(mp_obj_t fun, mp_obj_t arg) { in mp_call_function_1() function
/AliOS-Things-master/components/py_engine/engine/shared/runtime/
A Dmpirq.c78 mp_call_function_1(self->handler, self->parent); in mp_irq_handler()
/AliOS-Things-master/components/py_engine/engine/extmod/
A Dmodure.c313 …const char *repl = mp_obj_str_get_str((mp_obj_is_callable(replace) ? mp_call_function_1(replace, M… in re_sub_helper()

Completed in 15 milliseconds