Searched defs:IMUL32 (Results 1 – 2 of 2) sorted by relevance
37 static OPUS_INLINE long IMUL32(long i, long j) in IMUL32() function
95 #define IMUL32(a,b) ((a)*(b)) macro