Home
last modified time | relevance | path

Searched defs:LIKELY (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/common/
H A Dcompiler.h158 #define LIKELY(x) (__builtin_expect((x), 1)) macro
161 #define LIKELY(x) (x) macro
/freebsd/sys/dev/vmware/vmci/
H A Dvmci_kernel_defs.h20 #define LIKELY(_exp) __predict_true(_exp) macro
/freebsd/sys/contrib/zstd/lib/common/
H A Dcompiler.h161 #define LIKELY(x) (__builtin_expect((x), 1)) macro
164 #define LIKELY(x) (x) macro
/freebsd/sys/contrib/libb2/
H A Dblake2s-round.h26 #define LIKELY(x) __builtin_expect((x),1) macro
H A Dblake2b-round.h26 #define LIKELY(x) __builtin_expect((x),1) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h231 # define LIKELY(x) (x) macro
245 # define LIKELY(x) __builtin_expect(!!(x), 1) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h39 #define LIKELY(X) __builtin_expect(!!(X), 1) macro