OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:silk_ADD64
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
macros.h
62
#define silk_SMLAL(a64, b32, c32) (
silk_ADD64
((a64), ((opus_int64)(b32) * (opus_int64)(c32))))
SigProc_FIX.h
408
#define silk_SMLALBB(a64, b16, c16)
silk_ADD64
((a64),(opus_int64)((opus_int32)(b16) * (opus_int32)(c16)))
430
#define
silk_ADD64
(a, b) ((a) + (b))
[
all
...]
MacroCount.h
516
#undef
silk_ADD64
517
static inline opus_int64
silk_ADD64
(opus_int64 a, opus_int64 b){
MacroDebug.h
69
#undef
silk_ADD64
70
#define
silk_ADD64
(a,b) silk_ADD64_((a), (b), __FILE__, __LINE__)
77
fprintf (stderr, "
silk_ADD64
(%lld, %lld) in %s: line %d\n", (long long)a, (long long)b, file, line);
[
all
...]
Completed in 160 milliseconds