Home
last modified time | relevance | path

Searched refs:MICROPY_MAKE_POINTER_CALLABLE (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A Dmpconfigport.h150 #define MICROPY_MAKE_POINTER_CALLABLE(p) ((void *)(p)) // Avoid compiler warning about different co… macro
/AliOS-Things-master/components/py_engine/engine/py/
A Dobjgenerator.c123 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()
A Dmpconfig.h1617 #ifndef MICROPY_MAKE_POINTER_CALLABLE
1618 #define MICROPY_MAKE_POINTER_CALLABLE(p) (p) macro
A Dobjfun.c414 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()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmpconfigport.h217 #define MICROPY_MAKE_POINTER_CALLABLE(p) ((void *)((mp_uint_t)(p) | 1)) macro
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmpconfigport.h217 #define MICROPY_MAKE_POINTER_CALLABLE(p) ((void *)((mp_uint_t)(p) | 1)) macro
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmpconfigport.h232 #define MICROPY_MAKE_POINTER_CALLABLE(p) ((void *)((mp_uint_t)(p) | 1)) macro

Completed in 15 milliseconds