OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PSHR32
(Results
1 - 3
of
3
) sorted by null
/external/speex/libspeex/
fixed_debug.h
164
#define
PSHR32
(a,shift) (SHR32(ADD32((a),((EXTEND32(1)<<((shift))>>1))),shift))
fixed_generic.h
50
#define
PSHR32
(a,shift) (SHR32((a)+((EXTEND32(1)<<((shift))>>1)),shift))
57
(
PSHR32
(x, shift)))
arch.h
170
#define
PSHR32
(a,shift) (a)
Completed in 47 milliseconds