__predict_true
#define __predict_true(exp) __builtin_expect((exp), 1)
#define __predict_true(exp) (exp)