Searched defs:__predict_false (Results 1 – 4 of 4) sorted by relevance
93 #define __predict_false(x) (x) macro
466 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro469 #define __predict_false(exp) (exp) macro
46 #define __predict_false(x) (x) macro
87 #define __predict_false(x) (x) macro