likely 30 libavcodec/alpha/asm.h # define likely(x) __builtin_expect((x) != 0, 1) likely 33 libavcodec/alpha/asm.h # define likely(x) (x)