Home
last modified time | relevance | path

Searched defs:SHR32 (Results 1 – 3 of 3) sorted by relevance

/external/speex/libspeex/
Dfixed_generic.h47 #define SHR32(a,shift) ((a) >> (shift)) macro
Darch.h167 #define SHR32(a,shift) (a) macro
Dfixed_debug.h132 static inline int SHR32(long long a, int shift) in SHR32() function