Home
last modified time | relevance | path

Searched refs:MP_NATIVE_ARCH_NONE (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/py/
A Dpersistentcode.h81 #define MPY_FEATURE_ARCH (MP_NATIVE_ARCH_NONE)
93 MP_NATIVE_ARCH_NONE = 0, enumerator
A Dpersistentcode.c559 if (MPY_FEATURE_DECODE_ARCH(header[2]) != MP_NATIVE_ARCH_NONE) { in mp_raw_code_load()
/AliOS-Things-master/components/py_engine/engine/tools/
A Dmpy-tool.py104 MP_NATIVE_ARCH_NONE = 0 variable
804 if mpy_native_arch != MP_NATIVE_ARCH_NONE:
805 if config.native_arch == MP_NATIVE_ARCH_NONE:
1018 config.native_arch = MP_NATIVE_ARCH_NONE
/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A Dmain.c220 mp_dynamic_compiler.native_arch = MP_NATIVE_ARCH_NONE; in main_()

Completed in 7 milliseconds