HomeSort by relevance Sort by last modified time
    Searched defs:LOG_FACMASK (Results 1 - 7 of 7) sorted by null

  /bionic/libc/include/
syslog.h 73 #define LOG_FACMASK 01770
74 #define LOG_FAC(x) (((x) >> 3) & (LOG_FACMASK >> 3))
  /ndk/build/platforms/android-3/arch-arm/usr/include/
syslog.h 73 #define LOG_FACMASK 01770
74 #define LOG_FAC(x) (((x) >> 3) & (LOG_FACMASK >> 3))
  /ndk/build/platforms/android-4/arch-arm/usr/include/
syslog.h 73 #define LOG_FACMASK 01770
74 #define LOG_FAC(x) (((x) >> 3) & (LOG_FACMASK >> 3))
  /ndk/build/platforms/android-5/arch-arm/usr/include/
syslog.h 73 #define LOG_FACMASK 01770
74 #define LOG_FAC(x) (((x) >> 3) & (LOG_FACMASK >> 3))
  /ndk/build/platforms/android-5/arch-x86/usr/include/
syslog.h 73 #define LOG_FACMASK 01770
74 #define LOG_FAC(x) (((x) >> 3) & (LOG_FACMASK >> 3))
  /ndk/build/platforms/android-8/arch-arm/usr/include/
syslog.h 73 #define LOG_FACMASK 01770
74 #define LOG_FAC(x) (((x) >> 3) & (LOG_FACMASK >> 3))
  /ndk/build/platforms/android-8/arch-x86/usr/include/
syslog.h 73 #define LOG_FACMASK 01770
74 #define LOG_FAC(x) (((x) >> 3) & (LOG_FACMASK >> 3))

Completed in 183 milliseconds