Searched refs:MP_IS_COMPRESSED_ROM_STRING (Results 1 – 2 of 2) sorted by relevance
78 #define MP_IS_COMPRESSED_ROM_STRING(s) (*(byte *)(s) == 0xff) macro
127 if (MP_IS_COMPRESSED_ROM_STRING(o_str->data)) { in decompress_error_text_maybe()511 if (MP_IS_COMPRESSED_ROM_STRING(fmt)) { in mp_obj_new_exception_msg_vlist()
Completed in 7 milliseconds