Searched defs:SHR32 (Results 1 – 7 of 7) sorted by relevance
47 #define SHR32(a,shift) ((a) >> (shift)) macro
161 #define SHR32(a,shift) (a) macro
132 static inline int SHR32(long long a, int shift) in SHR32() function
95 #define SHR32(a,shift) ((a) >> (shift)) macro
229 #define SHR32(a,shift) (a) macro
190 static OPUS_INLINE int SHR32(opus_int64 a, int shift) in SHR32() function
199 #define SHR32(a,shift) (a) macro