Searched defs:SUB32 (Results 1 – 6 of 6) sorted by relevance
102 #define SUB32(a,b) ((opus_val32)(a)-(opus_val32)(b)) macro
176 #define SUB32(a,b) ((a)-(b)) macro
305 #define SUB32(a, b) SUB32_(a, b, __FILE__, __LINE__) macro
68 #define SUB32(a,b) ((spx_word32_t)(a)-(spx_word32_t)(b)) macro
184 #define SUB32(a,b) ((a)-(b)) macro
222 static inline int SUB32(long long a, long long b) in SUB32() function