OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:silk_SMLABB
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
macros.h
53
#define
silk_SMLABB
(a32, b32, c32) ((a32) + ((opus_int32)((opus_int16)(b32))) * (opus_int32)((opus_int16)(c32)))
MacroCount.h
121
#undef
silk_SMLABB
122
static inline opus_int32
silk_SMLABB
(opus_int32 a32, opus_int32 b32, opus_int32 c32){
167
#define silk_SMLABB_ovflw
silk_SMLABB
MacroDebug.h
399
#undef
silk_SMLABB
400
#define
silk_SMLABB
(a,b,c) silk_SMLABB_((a), (b), (c), __FILE__, __LINE__)
406
fprintf (stderr, "
silk_SMLABB
(%d, %d, %d) in %s: line %d\n", a32, b32, c32, file, line);
[
all
...]
/external/chromium_org/third_party/opus/src/silk/arm/
macros_armv5e.h
110
#undef
silk_SMLABB
116
"#
silk_SMLABB
\n\t"
123
#define
silk_SMLABB
(a, b, c) (silk_SMLABB_armv5e(a, b, c))
Completed in 112 milliseconds