Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/engine/mpy-cross/
A Dmpconfigport.h142 #define MP_LIKELY(x) (x) macro
/AliOS-Things-master/components/py_engine/engine/py/
A Dmpconfig.h1678 #ifndef MP_LIKELY
1679 #define MP_LIKELY(x) __builtin_expect((x), 1) macro
A Dmap.c179 if (MP_LIKELY(lookup_kind != MP_MAP_LOOKUP_ADD_IF_NOT_FOUND)) { in mp_map_lookup()
A Dobjstr.c1061 if (MP_LIKELY(unichar_isdigit(*field_name))) { in mp_obj_str_format_helper()

Completed in 11 milliseconds