HomeSort by relevance Sort by last modified time
    Searched defs:IMUL32 (Results 1 - 2 of 2) sorted by null

  /external/libopus/celt/
fixed_c5x.h 36 #undef IMUL32
37 static OPUS_INLINE long IMUL32(long i, long j)
arch.h 78 #define IMUL32(a,b) ((a)*(b))

Completed in 68 milliseconds