Searched defs:__predict_false (Results 1 – 2 of 2) sorted by relevance
53 #define __predict_false(exp) (exp) macro
446 #define __predict_false(exp) __builtin_expect((exp), 0) macro449 #define __predict_false(exp) (exp) macro