Searched defs:SHL32 (Results 1 – 10 of 10) sorted by relevance
/external/libopus/celt/ |
D | fixed_generic.h | 74 #define SHL32(a,shift) ((opus_int32)((opus_uint32)(a)<<(shift))) macro
|
D | arch.h | 159 #define SHL32(a,shift) (a) macro
|
D | fixed_debug.h | 203 #define SHL32(a, shift) SHL32_(a, shift, __FILE__, __LINE__) macro
|
/external/chromium_org/third_party/opus/src/celt/ |
D | fixed_generic.h | 74 #define SHL32(a,shift) ((opus_int32)((opus_uint32)(a)<<(shift))) macro
|
D | arch.h | 159 #define SHL32(a,shift) (a) macro
|
D | fixed_debug.h | 203 #define SHL32(a, shift) SHL32_(a, shift, __FILE__, __LINE__) macro
|
/external/speex/libspeex/ |
D | fixed_generic.h | 48 #define SHL32(a,shift) ((a) << (shift)) macro
|
D | arch.h | 168 #define SHL32(a,shift) (a) macro
|
D | fixed_debug.h | 147 static inline int SHL32(long long a, int shift) in SHL32() function
|
/external/chromium_org/third_party/speex/libspeex/ |
D | arch.h | 168 #define SHL32(a,shift) (a) macro
|