Searched defs:SHR32 (Results 1 – 6 of 6) sorted by relevance
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
88 #define SHR32(a,shift) ((a) >> (shift)) macro
207 #define SHR32(a,shift) (a) macro
190 static OPUS_INLINE int SHR32(opus_int64 a, int shift) in SHR32() function