OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:silk_MLA_uint
(Results
1 - 3
of
3
) sorted by null
/external/libopus/silk/
MacroCount.h
76
#undef
silk_MLA_uint
77
static OPUS_INLINE opus_int32
silk_MLA_uint
(opus_uint32 a32, opus_uint32 b32, opus_uint32 c32){
SigProc_FIX.h
403
#define
silk_MLA_uint
(a32, b32, c32) silk_MLA(a32, b32, c32)
[
all
...]
MacroDebug.h
302
#undef
silk_MLA_uint
303
#define
silk_MLA_uint
(a,b,c) silk_MLA_uint_((a), (b), (c), __FILE__, __LINE__)
309
fprintf (stderr, "
silk_MLA_uint
(%d, %d, %d) in %s: line %d\n", a32, b32, c32, file, line);
[
all
...]
Completed in 34 milliseconds