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

/src/common/lib/libc/gen/
H A Drbtree.c42 #define __predict_false(exp) (exp) macro
[all...]
/src/lib/librumpuser/
H A Drumpuser_port.h239 #define __predict_false(a) a macro
/src/sys/sys/
H A Dcdefs.h559 #define __predict_false(exp) __builtin_expect((exp) ? 1 : 0, 0) macro
562 #define __predict_false(exp) (exp) macro
/src/tools/compat/
H A Dcompat_defs.h163 #define __predict_false(x) (x) macro

Completed in 6 milliseconds