ecb_expect
#define ecb_expect(expr,value) __builtin_expect ((expr),(value))
#define ecb_expect(expr,value) (expr)