Home
last modified time | relevance | path

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

/third_party/musl/ndk_musl_include/
Dfmtmsg.h26 #define MM_WARNING 3 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dfmtmsg.h26 #define MM_WARNING 3 macro
/third_party/musl/include/
Dfmtmsg.h26 #define MM_WARNING 3 macro
/third_party/musl/porting/uniproton/kernel/include/
Dfmtmsg.h26 #define MM_WARNING 3 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dfmtmsg.h26 #define MM_WARNING 3 macro
/third_party/musl/libc-test/src/api/
Dfmtmsg.c16 C(MM_WARNING) in f()
/third_party/musl/src/misc/
Dfmtmsg.c38 else if (severity == MM_WARNING) errstring = "WARNING: "; in fmtmsg()