Searched defs:silk_CHECK_FIT32 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/opus/src/silk/
H A DMacroDebug.h929 #undef silk_CHECK_FIT32 macro
930 #define silk_CHECK_FIT32(a) silk_CHECK_FIT32_((a), __FILE__, __LINE__) macro
936 fprintf (stderr, "silk_CHECK_FIT32(%lld) in %s: line %d\n", (long long)a, file, line);
H A DSigProc_FIX.h448 #define silk_CHECK_FIT32(a) (a) macro
/external/libopus/silk/
H A DMacroDebug.h929 #undef silk_CHECK_FIT32 macro
930 #define silk_CHECK_FIT32(a) silk_CHECK_FIT32_((a), __FILE__, __LINE__) macro
936 fprintf (stderr, "silk_CHECK_FIT32(%lld) in %s: line %d\n", (long long)a, file, line);
H A DSigProc_FIX.h448 #define silk_CHECK_FIT32(a) (a) macro

Completed in 598 milliseconds