HomeSort by relevance Sort by last modified time
    Searched defs:SUB32 (Results 1 - 6 of 6) sorted by null

  /external/libopus/celt/
fixed_generic.h 102 #define SUB32(a,b) ((opus_val32)(a)-(opus_val32)(b))
arch.h 176 #define SUB32(a,b) ((a)-(b))
fixed_debug.h 305 #define SUB32(a, b) SUB32_(a, b, __FILE__, __LINE__)
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/
fixed_debug.h 222 static inline int SUB32(long long a, long long b)
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);
fixed_generic.h 68 #define SUB32(a,b) ((spx_word32_t)(a)-(spx_word32_t)(b))
arch.h 184 #define SUB32(a,b) ((a)-(b))

Completed in 79 milliseconds