Home
last modified time | relevance | path

Searched refs:MP_UNLIKELY (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A Dmpconfigport.h143 #define MP_UNLIKELY(x) (x) macro
/AliOS-Things-master/components/py_engine/engine/py/
A Dmpconfig.h1683 #ifndef MP_UNLIKELY
1684 #define MP_UNLIKELY(x) __builtin_expect((x), 0) macro
A Dmap.c163 if (MP_UNLIKELY(lookup_kind == MP_MAP_LOOKUP_REMOVE_IF_FOUND)) { in mp_map_lookup()
A Dobjdict.c155 …if (MP_UNLIKELY(mp_obj_is_type(lhs_in, &mp_type_ordereddict) && mp_obj_is_type(rhs_in, &mp_type_or… in dict_binary_op()
A Dobjtype.c391 if (MP_UNLIKELY(op == MP_UNARY_OP_SIZEOF)) { in instance_unary_op()

Completed in 12 milliseconds