Searched defs:SHR32 (Results 1 – 9 of 9) sorted by relevance
72 #define SHR32(a,shift) ((a) >> (shift)) macro
158 #define SHR32(a,shift) (a) macro
182 static OPUS_INLINE int SHR32(opus_int64 a, int shift) in SHR32() function
47 #define SHR32(a,shift) ((a) >> (shift)) macro
167 #define SHR32(a,shift) (a) macro
132 static inline int SHR32(long long a, int shift) in SHR32() function