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