Home
last modified time | relevance | path

Searched defs:LOG_PRI (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/include/
Dsyslog.h20 #define LOG_PRI(p) ((p)&LOG_PRIMASK) macro
/third_party/musl/ndk_musl_include/
Dsyslog.h20 #define LOG_PRI(p) ((p)&LOG_PRIMASK) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsyslog.h20 #define LOG_PRI(p) ((p)&LOG_PRIMASK) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsyslog.h20 #define LOG_PRI(p) ((p)&LOG_PRIMASK) macro
/third_party/musl/porting/uniproton/kernel/include/
Dsyslog.h20 #define LOG_PRI(p) ((p)&LOG_PRIMASK) macro
/third_party/mesa3d/include/android_stub/log/
Dlog_main.h94 #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__) macro