Home
last modified time | relevance | path

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

/minix3/usr.bin/make/
H A Dbuf.h93 #define __predict_false(x) (x) macro
/minix3/sys/sys/
H A Dcdefs.h466 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
469 #define __predict_false(exp) (exp) macro
/minix3/common/lib/libprop/
H A Dprop_rb.c46 #define __predict_false(x) (x) macro
/minix3/tools/compat/
H A Dcompat_defs.h87 #define __predict_false(x) (x) macro