Home
last modified time | relevance | path

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

/NextBSD/contrib/bmake/
HDbuf.h93 #define __predict_false(x) (x) macro
/NextBSD/tests/sys/opencrypto/
HDcryptodevh.py77 def __predict_false(exp): return __builtin_expect((exp), 0) function
81 def __predict_false(exp): return (exp) function
/NextBSD/sys/sys/
HDcdefs.h455 #define __predict_false(exp) __builtin_expect((exp), 0) macro
458 #define __predict_false(exp) (exp) macro