Searched defs:LIKELY (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_internal_defs.h219 # define LIKELY(x) (x) macro
233 # define LIKELY(x) __builtin_expect(!!(x), 1) macro
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_internal_defs.h226 # define LIKELY(x) (x) macro
240 # define LIKELY(x) __builtin_expect(!!(x), 1) macro
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_internal_defs.h228 # define LIKELY(x) (x) macro
242 # define LIKELY(x) __builtin_expect(!!(x), 1) macro
/netbsd-current/external/lgpl3/gmp/dist/
H A Dgmp-impl.h535 #define LIKELY(cond) __GMP_LIKELY(cond) macro

Completed in 224 milliseconds