Searched defs:__predict_false (Results 1 – 9 of 9) sorted by relevance
8 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
23 #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
40 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
38 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
79 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
41 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro
441 #define __predict_false(exp) __builtin_expect((exp), 0) macro444 #define __predict_false(exp) (exp) macro