Searched defs:SHL32 (Results 1 – 7 of 7) sorted by relevance
/external/libopus/celt/ |
D | fixed_generic.h | 90 #define SHL32(a,shift) ((opus_int32)((opus_uint32)(a)<<(shift))) macro
|
D | fixed_debug.h | 211 #define SHL32(a, shift) SHL32_(a, shift, __FILE__, __LINE__) macro
|
D | arch.h | 230 #define SHL32(a,shift) (a) macro
|
/external/speex/libspeexdsp/ |
D | fixed_generic.h | 48 #define SHL32(a,shift) ((a) << (shift)) macro
|
D | arch.h | 160 #define SHL32(a,shift) (a) macro
|
D | fixed_debug.h | 147 static inline int SHL32(long long a, int shift) in SHL32() function
|
/external/rnnoise/src/ |
D | arch.h | 200 #define SHL32(a,shift) (a) macro
|