__predict_false
#define __predict_false(exp) __builtin_expect(((exp) != 0), 0)
#define __predict_false(exp) ((exp) != 0)