likely 292 config.h # define likely(x) __builtin_expect((x), 1) likely 295 config.h # define likely(x) (x)