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

  /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 56 milliseconds