Searched defs:SHL32 (Results 1 – 6 of 6) sorted by relevance
74 #define SHL32(a,shift) ((opus_int32)((opus_uint32)(a)<<(shift))) macro
158 #define SHL32(a,shift) (a) macro
203 #define SHL32(a, shift) SHL32_(a, shift, __FILE__, __LINE__) macro
48 #define SHL32(a,shift) ((a) << (shift)) macro
168 #define SHL32(a,shift) (a) macro
147 static inline int SHL32(long long a, int shift) in SHL32() function