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

/freebsd-10-stable/contrib/bmake/
H A Dbuf.h93 #define __predict_false(x) (x) macro
/freebsd-10-stable/sys/sys/
H A Dcdefs.h454 #define __predict_false(exp) __builtin_expect((exp), 0) macro
457 #define __predict_false(exp) (exp) macro
/freebsd-10-stable/crypto/openssh/
H A Ddefines.h859 # define __predict_false(exp) __builtin_expect(((exp) != 0), 0) macro
862 # define __predict_false(exp) ((exp) != 0) macro

Completed in 103 milliseconds