Searched refs:mp_obj_fun_builtin_fixed_t (Results 1 – 2 of 2) sorted by relevance
321 #define MP_DECLARE_CONST_FUN_OBJ_0(obj_name) extern const mp_obj_fun_builtin_fixed_t obj_name322 #define MP_DECLARE_CONST_FUN_OBJ_1(obj_name) extern const mp_obj_fun_builtin_fixed_t obj_name323 #define MP_DECLARE_CONST_FUN_OBJ_2(obj_name) extern const mp_obj_fun_builtin_fixed_t obj_name324 #define MP_DECLARE_CONST_FUN_OBJ_3(obj_name) extern const mp_obj_fun_builtin_fixed_t obj_name333 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
54 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