HomeSort by relevance Sort by last modified time
    Searched defs:VSHR32 (Results 1 - 3 of 3) sorted by null

  /external/speex/libspeex/
fixed_debug.h 165 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift)))
fixed_generic.h 51 #define VSHR32(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift)))
arch.h 171 #define VSHR32(a,shift) (a)

Completed in 341 milliseconds