OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VSHR32
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
fixed_c5x.h
57
#undef
VSHR32
58
#define
VSHR32
(a, shift) _lshl(a,-(shift))
fixed_generic.h
79
#define
VSHR32
(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift)))
arch.h
160
#define
VSHR32
(a,shift) (a)
fixed_debug.h
227
#define
VSHR32
(a, shift) (((shift)>0) ? SHR32(a, shift) : SHL32(a, -(shift)))
/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 620 milliseconds