Searched defs:SUB32 (Results 1 – 7 of 7) sorted by relevance
/external/libopus/celt/ |
D | fixed_generic.h | 121 #define SUB32(a,b) ((opus_val32)(a)-(opus_val32)(b)) macro
|
D | fixed_debug.h | 312 #define SUB32(a, b) SUB32_(a, b, __FILE__, __LINE__) macro
|
D | arch.h | 248 #define SUB32(a,b) ((a)-(b)) macro
|
/external/speex/libspeexdsp/ |
D | fixed_generic.h | 68 #define SUB32(a,b) ((spx_word32_t)(a)-(spx_word32_t)(b)) macro
|
D | arch.h | 176 #define SUB32(a,b) ((a)-(b)) macro
|
D | fixed_debug.h | 222 static inline int SUB32(long long a, long long b) in SUB32() function
|
/external/rnnoise/src/ |
D | arch.h | 218 #define SUB32(a,b) ((a)-(b)) macro
|