Searched defs:__predict_false (Results 1 – 3 of 3) sorted by relevance
93 #define __predict_false(x) (x) macro
859 # define __predict_false(exp) __builtin_expect(((exp) != 0), 0) macro862 # define __predict_false(exp) ((exp) != 0) macro
454 #define __predict_false(exp) __builtin_expect((exp), 0) macro457 #define __predict_false(exp) (exp) macro