Searched refs:MP_LIKELY (Results 1 – 4 of 4) sorted by relevance
142 #define MP_LIKELY(x) (x) macro
1678 #ifndef MP_LIKELY1679 #define MP_LIKELY(x) __builtin_expect((x), 1) macro
179 if (MP_LIKELY(lookup_kind != MP_MAP_LOOKUP_ADD_IF_NOT_FOUND)) { in mp_map_lookup()
1061 if (MP_LIKELY(unichar_isdigit(*field_name))) { in mp_obj_str_format_helper()
Completed in 11 milliseconds