MULL               31 libavcodec/avr32/mathops.h #define MULL MULL
MULL               32 libavcodec/avr32/mathops.h static inline av_const int MULL(int a, int b, unsigned shift)
MULL               58 libavcodec/mathops.h #   define MULL(a,b,s) (MUL64(a, b) >> (s))
MULL               34 libavcodec/x86/mathops.h #define MULL MULL
MULL               35 libavcodec/x86/mathops.h static av_always_inline av_const int MULL(int a, int b, unsigned shift)