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 73 libavcodec/mathops.h # define MAC64(d, a, b) ((d) += MUL64(a, b)) MAC64 32 libavcodec/mips/mathops.h static inline av_const int64_t MAC64(int64_t d, int a, int b) MAC64 40 libavcodec/mips/mathops.h #define MAC64(d, a, b) ((d) = MAC64(d, 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))