Home
last modified time | relevance | path

Searched refs:LOG_MASK (Results 1 – 2 of 2) sorted by relevance

/third_party/ulib/musl/include/
A Dsyslog.h22 #define LOG_MASK(p) (1 << (p)) macro
/third_party/ulib/musl/src/misc/
A Dsyslog.c121 if (!(log_mask & LOG_MASK(priority & 7)) || (priority & ~0x3ff)) in __vsyslog()

Completed in 2 milliseconds