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