Home
last modified time | relevance | path

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

/external/speex/libspeex/
Dfixed_generic.h51 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) macro
Darch.h171 #define VSHR32(a,shift) (a) macro
Dfixed_debug.h165 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) macro