Searched defs:ADD32 (Results 1 – 6 of 6) sorted by relevance
/external/libopus/celt/ |
D | fixed_generic.h | 116 #define ADD32(a,b) ((opus_val32)(a)+(opus_val32)(b)) macro
|
D | arch.h | 210 #define ADD32(a,b) ((a)+(b)) macro
|
D | fixed_debug.h | 282 #define ADD32(a, b) ADD32_(a, b, __FILE__, __LINE__) macro
|
/external/speex/libspeex/ |
D | fixed_generic.h | 67 #define ADD32(a,b) ((spx_word32_t)(a)+(spx_word32_t)(b)) macro
|
D | arch.h | 183 #define ADD32(a,b) ((a)+(b)) macro
|
D | fixed_debug.h | 205 #define ADD32(a, b) _ADD32(a, b, __FILE__, __LINE__) macro
|