Home
last modified time | relevance | path

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

/freebsd-13.1/tests/sys/opencrypto/
H A Dcryptodevh.py77 def __predict_false(exp): return __builtin_expect((exp), 0) function
81 def __predict_false(exp): return (exp) function
/freebsd-13.1/crypto/openssh/
H A Ddefines.h889 # define __predict_false(exp) __builtin_expect(((exp) != 0), 0) macro
892 # define __predict_false(exp) ((exp) != 0) macro
/freebsd-13.1/tools/build/cross-build/include/common/sys/
H A Dcdefs.h109 #define __predict_false(exp) __builtin_expect((exp), 0) macro
/freebsd-13.1/sys/sys/
H A Dcdefs.h447 #define __predict_false(exp) __builtin_expect((exp), 0) macro
450 #define __predict_false(exp) (exp) macro