Home
last modified time | relevance | path

Searched refs:UNLIKELY (Results 1 - 7 of 7) sorted by relevance

/base/security/access_token/interfaces/innerkits/nativetoken/src/
H A Dnativetoken_klog.c26 #ifndef UNLIKELY
27 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
45 if (UNLIKELY(g_fd < 0)) { in NativeTokenKmsg()
/base/security/selinux_adapter/framework/policycoreutils/src/
H A Dselinux_klog.c27 #ifndef UNLIKELY
28 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
55 if (UNLIKELY(g_fd < 0)) { in SelinuxKmsg()
/base/hiviewdfx/faultloggerd/interfaces/common/
H A Ddfx_define.h78 #ifndef UNLIKELY
79 #define UNLIKELY(exp) (__builtin_expect(!!(exp), false)) macro
/base/startup/init/services/log/
H A Dinit_log.h80 #ifndef UNLIKELY
81 #define UNLIKELY(x) __builtin_expect(!!(x), 0) macro
H A Dinit_log.c78 if (UNLIKELY(g_fd < 0)) { in LogToDmesg()
/base/startup/init/services/init/standard/
H A Dfd_holder_service.c62 if (UNLIKELY(errInfo == NULL)) { // Should not happen. in SendErrorInfo()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Ddfx_accessors.cpp90 if (UNLIKELY(stackTop < stackBottom)) { in IsValidFrame()

Completed in 3 milliseconds