Home
last modified time | relevance | path

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

/dragonfly/contrib/dhcpcd/src/
H A Dcommon.h95 # define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
98 # define __predict_false(exp) (exp) macro
/dragonfly/crypto/openssh/
H A Ddefines.h924 # define __predict_false(exp) __builtin_expect(((exp) != 0), 0) macro
927 # define __predict_false(exp) ((exp) != 0) macro
/dragonfly/sys/sys/
H A Dcdefs.h353 #define __predict_false(exp) __builtin_expect((exp), 0) macro
356 #define __predict_false(exp) (exp) macro
/dragonfly/sys/libprop/
H A Dprop_rb.c45 #define __predict_false(x) (x) macro
/dragonfly/sys/net/bridge/
H A Dif_bridge.c4232 #define __predict_false(x) x in bridge_ip_checkbasic() macro