Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/py/
A Druntime0.h54 #define MP_UNARY_OP_NUM_BYTECODE (MP_UNARY_OP_NOT + 1) macro
A Dbc0.h65 #define MP_BC_UNARY_OP_MULTI_NUM (MP_UNARY_OP_NUM_BYTECODE)
A Dshowbc.c533 } else if (ip[-1] < MP_BC_UNARY_OP_MULTI + MP_UNARY_OP_NUM_BYTECODE) { in mp_bytecode_print_str()
A Dprofile.c924 } else if (ip[-1] < MP_BC_UNARY_OP_MULTI + MP_UNARY_OP_NUM_BYTECODE) { in mp_prof_opcode_decode()

Completed in 7 milliseconds