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