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

/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dbuf.h93 #define __predict_false(x) (x) macro
/netbsd-6-1-5-RELEASE/common/lib/libprop/
H A Dprop_rb.c45 #define __predict_false(x) (x) macro
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dcdefs.h423 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
426 #define __predict_false(exp) (exp) macro
/netbsd-6-1-5-RELEASE/tools/compat/
H A Dcompat_defs.h75 #undef __predict_false macro
76 #define __predict_false(x) (x) macro

Completed in 64 milliseconds