Home
last modified time | relevance | path

Searched refs:MM_ERROR (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/ndk_musl_include/
Dfmtmsg.h25 #define MM_ERROR 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfmtmsg.h25 #define MM_ERROR 2 macro
/third_party/musl/include/
Dfmtmsg.h25 #define MM_ERROR 2 macro
/third_party/musl/porting/uniproton/kernel/include/
Dfmtmsg.h25 #define MM_ERROR 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfmtmsg.h25 #define MM_ERROR 2 macro
/third_party/musl/libc-test/src/api/
Dfmtmsg.c15 C(MM_ERROR) in f()
/third_party/musl/src/misc/
Dfmtmsg.c37 else if (severity == MM_ERROR) errstring = "ERROR: "; in fmtmsg()