Home
last modified time | relevance | path

Searched refs:mp_obj_fun_builtin_fixed_t (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dobj.h321 #define MP_DECLARE_CONST_FUN_OBJ_0(obj_name) extern const mp_obj_fun_builtin_fixed_t obj_name
322 #define MP_DECLARE_CONST_FUN_OBJ_1(obj_name) extern const mp_obj_fun_builtin_fixed_t obj_name
323 #define MP_DECLARE_CONST_FUN_OBJ_2(obj_name) extern const mp_obj_fun_builtin_fixed_t obj_name
324 #define MP_DECLARE_CONST_FUN_OBJ_3(obj_name) extern const mp_obj_fun_builtin_fixed_t obj_name
333 const mp_obj_fun_builtin_fixed_t obj_name = \
336 const mp_obj_fun_builtin_fixed_t obj_name = \
339 const mp_obj_fun_builtin_fixed_t obj_name = \
342 const mp_obj_fun_builtin_fixed_t obj_name = \
952 } mp_obj_fun_builtin_fixed_t; typedef
A Dobjfun.c54 mp_obj_fun_builtin_fixed_t *self = MP_OBJ_TO_PTR(self_in); in fun_builtin_0_call()
69 mp_obj_fun_builtin_fixed_t *self = MP_OBJ_TO_PTR(self_in); in fun_builtin_1_call()
84 mp_obj_fun_builtin_fixed_t *self = MP_OBJ_TO_PTR(self_in); in fun_builtin_2_call()
99 mp_obj_fun_builtin_fixed_t *self = MP_OBJ_TO_PTR(self_in); in fun_builtin_3_call()

Completed in 7 milliseconds