Home
last modified time | relevance | path

Searched defs:SHL32 (Results 1 – 3 of 3) sorted by relevance

/external/speex/libspeex/
Dfixed_generic.h48 #define SHL32(a,shift) ((a) << (shift)) macro
Darch.h168 #define SHL32(a,shift) (a) macro
Dfixed_debug.h147 static inline int SHL32(long long a, int shift) in SHL32() function