Searched refs:MICROPY_MAKE_POINTER_CALLABLE (Results 1 – 7 of 7) sorted by relevance
150 #define MICROPY_MAKE_POINTER_CALLABLE(p) ((void *)(p)) // Avoid compiler warning about different co… macro
123 o->code_state.ip = MICROPY_MAKE_POINTER_CALLABLE((void *)(self_fun->bytecode + start_offset)); in native_gen_wrap_call()195 …mp_fun_native_gen_t fun = MICROPY_MAKE_POINTER_CALLABLE((const void *)(self->code_state.fun_bc->by… in mp_obj_gen_resume()
1617 #ifndef MICROPY_MAKE_POINTER_CALLABLE1618 #define MICROPY_MAKE_POINTER_CALLABLE(p) (p) macro
414 mp_call_fun_t fun = MICROPY_MAKE_POINTER_CALLABLE((void *)self->bytecode); in fun_native_call()501 const void *fun = MICROPY_MAKE_POINTER_CALLABLE(self->fun_data); in fun_asm_call()
217 #define MICROPY_MAKE_POINTER_CALLABLE(p) ((void *)((mp_uint_t)(p) | 1)) macro
232 #define MICROPY_MAKE_POINTER_CALLABLE(p) ((void *)((mp_uint_t)(p) | 1)) macro
Completed in 15 milliseconds