Searched defs:__predict_false (Results 1 – 2 of 2) sorted by relevance
308 #define __predict_false(exp) __builtin_expect((exp) != 0, 0) macro311 #define __predict_false(exp) (exp) macro
372 #define __predict_false(exp) __builtin_expect((exp), 0) macro375 #define __predict_false(exp) (exp) macro