Searched refs:UNLIKELY (Results 1 – 5 of 5) sorted by relevance
27 #ifndef UNLIKELY28 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro55 if (UNLIKELY(g_fd < 0)) { in SelinuxKmsg()
23 #ifndef UNLIKELY24 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro47 if (UNLIKELY(g_Fd < 0)) { in LogToDmesg()
66 #ifndef UNLIKELY67 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
78 if (UNLIKELY(g_fd < 0)) { in LogToDmesg()
67 if (UNLIKELY(errInfo == NULL)) { // Should not happen. in SendErrorInfo()