Home
last modified time | relevance | path

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

/third_party/pulseaudio/speex/libspeexdsp/
H A Dfixed_generic.h51 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) macro
H A Darch.h167 #define VSHR32(a,shift) (a) macro
H A Dfixed_debug.h165 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift))) macro

Completed in 2 milliseconds