Searched defs:__predict_false (Results 1 – 4 of 4) sorted by relevance
76 def __predict_false(exp): return __builtin_expect((exp), 0) function80 def __predict_false(exp): return (exp) function
107 #define __predict_false(exp) __builtin_expect((exp), 0) macro
950 # define __predict_false(exp) __builtin_expect(((exp) != 0), 0) macro953 # define __predict_false(exp) ((exp) != 0) macro
439 #define __predict_false(exp) __builtin_expect((exp), 0) macro442 #define __predict_false(exp) (exp) macro