Searched defs:__predict_false (Results 1 – 6 of 6) sorted by relevance
8 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
82 #define __predict_false(exp) __builtin_expect((exp), 0) macro84 #define __predict_false(exp) (exp) macro
38 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
40 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
79 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
462 #define __predict_false(exp) __builtin_expect((exp), 0) macro465 #define __predict_false(exp) (exp) macro