Home
last modified time | relevance | path

Searched refs:UNLIKELY (Results 1 – 6 of 6) sorted by relevance

/base/security/selinux_adapter/interfaces/policycoreutils/src/
Dselinux_klog.c27 #ifndef UNLIKELY
28 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
55 if (UNLIKELY(g_fd < 0)) { in SelinuxKmsg()
/base/startup/init/services/log/
Dinit_log.h79 #ifndef UNLIKELY
80 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
Dinit_log.c78 if (UNLIKELY(g_fd < 0)) { in LogToDmesg()
/base/hiviewdfx/faultloggerd/common/
Ddfx_define.h63 #define UNLIKELY(exp) (__builtin_expect(!!(exp), false)) macro
/base/hiviewdfx/faultloggerd/common/dfxlog/
Ddfx_log.cpp42 if (UNLIKELY(g_dmesgFd < 0)) { in LogToDmesg()
/base/startup/init/services/init/standard/
Dfd_holder_service.c62 if (UNLIKELY(errInfo == NULL)) { // Should not happen. in SendErrorInfo()