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

/freebsd-10.1-release/contrib/bmake/
H A Dbuf.h93 #define __predict_false(x) (x) macro
/freebsd-10.1-release/sys/sys/
H A Dcdefs.h430 #define __predict_false(exp) __builtin_expect((exp), 0) macro
433 #define __predict_false(exp) (exp) macro

Completed in 112 milliseconds