MAC64              58 libavcodec/avr32/mathops.h static inline av_const int64_t MAC64(int64_t d, int a, int b)
MAC64              63 libavcodec/avr32/mathops.h #define MAC64(d, a, b) ((d) = MAC64(d, a, b))
MAC64              74 libavcodec/mathops.h #   define MAC64(d, a, b) ((d) += MUL64(a, b))
MAC64              50 libavcodec/ppc/mathops.h static inline av_const int64_t MAC64(int64_t d, int a, int b)
MAC64              62 libavcodec/ppc/mathops.h #define MAC64(d, a, b) ((d) = MAC64(d, a, b))