OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:silk_SUB64
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/opus/src/silk/
MacroCount.h
540
#undef
silk_SUB64
541
static inline opus_int64
silk_SUB64
(opus_int64 a, opus_int64 b){
SigProc_FIX.h
434
#define
silk_SUB64
(a, b) ((a) - (b))
[
all
...]
MacroDebug.h
117
#undef
silk_SUB64
118
#define
silk_SUB64
(a,b) silk_SUB64_((a), (b), __FILE__, __LINE__)
125
fprintf (stderr, "
silk_SUB64
(%lld, %lld) in %s: line %d\n", (long long)a, (long long)b, file, line);
[
all
...]
Completed in 27 milliseconds