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

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

Completed in 41 milliseconds