OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:silk_SUB_RSHIFT32
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
MacroCount.h
447
#undef
silk_SUB_RSHIFT32
448
static inline opus_int32
silk_SUB_RSHIFT32
(opus_int32 a, opus_int32 b, opus_int32 shift){
MacroDebug.h
819
#undef
silk_SUB_RSHIFT32
820
#define
silk_SUB_RSHIFT32
(a,b,c) silk_SUB_RSHIFT32_((a), (b), (c), __FILE__, __LINE__)
826
fprintf (stderr, "
silk_SUB_RSHIFT32
(%d, %d, %d) in %s: line %d\n", a, b, shift, file, line);
[
all
...]
SigProc_FIX.h
493
#define
silk_SUB_RSHIFT32
(a, b, shift) silk_SUB32((a), silk_RSHIFT32((b), (shift))) /* shift >= 0 */
[
all
...]
Completed in 579 milliseconds