Searched defs:SUB32 (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/opus/src/celt/
H A Dfixed_generic.h102 #define SUB32(a,b) ((opus_val32)(a)-(opus_val32)(b)) macro
H A Darch.h176 #define SUB32(a,b) ((a)-(b)) macro
H A Dfixed_debug.h305 #define SUB32(a, b) SUB32_(a, b, __FILE__, __LINE__) macro
311 fprintf (stderr, "SUB32: inputs are not int: %d %d in %s: line %d\n", (int)a, (int)b, file, line);
319 fprintf (stderr, "SUB32: output is not int: %d in %s: line %d\n", (int)res, file, line);
/external/libopus/celt/
H A Dfixed_generic.h102 #define SUB32(a,b) ((opus_val32)(a)-(opus_val32)(b)) macro
H A Darch.h176 #define SUB32(a,b) ((a)-(b)) macro
H A Dfixed_debug.h305 #define SUB32(a, b) SUB32_(a, b, __FILE__, __LINE__) macro
311 fprintf (stderr, "SUB32: inputs are not int: %d %d in %s: line %d\n", (int)a, (int)b, file, line);
319 fprintf (stderr, "SUB32: output is not int: %d in %s: line %d\n", (int)res, file, line);
/external/speex/libspeex/
H A Dfixed_generic.h68 #define SUB32(a,b) ((spx_word32_t)(a)-(spx_word32_t)(b)) macro
H A Dfixed_debug.h222 static inline int SUB32(long long a, long long b) function
227 fprintf (stderr, "SUB32: inputs are not int: %d %d\n", (int)a, (int)b);
231 fprintf (stderr, "SUB32: output is not int: %d\n", (int)res);
H A Darch.h184 #define SUB32(a,b) ((a)-(b)) macro
/external/chromium_org/third_party/speex/libspeex/
H A Darch.h183 #define SUB32(a,b) ((a)-(b)) macro

Completed in 206 milliseconds