Searched defs:SHR32 (Results 1 – 10 of 10) sorted by relevance
/external/libopus/celt/ |
D | fixed_generic.h | 72 #define SHR32(a,shift) ((a) >> (shift)) macro
|
D | arch.h | 158 #define SHR32(a,shift) (a) macro
|
D | fixed_debug.h | 182 static OPUS_INLINE int SHR32(opus_int64 a, int shift) in SHR32() function
|
/external/chromium_org/third_party/opus/src/celt/ |
D | fixed_generic.h | 72 #define SHR32(a,shift) ((a) >> (shift)) macro
|
D | arch.h | 158 #define SHR32(a,shift) (a) macro
|
D | fixed_debug.h | 182 static OPUS_INLINE int SHR32(opus_int64 a, int shift) in SHR32() function
|
/external/speex/libspeex/ |
D | fixed_generic.h | 47 #define SHR32(a,shift) ((a) >> (shift)) macro
|
D | arch.h | 167 #define SHR32(a,shift) (a) macro
|
D | fixed_debug.h | 132 static inline int SHR32(long long a, int shift) in SHR32() function
|
/external/chromium_org/third_party/speex/libspeex/ |
D | arch.h | 167 #define SHR32(a,shift) (a) macro
|