Searched defs:ADD32 (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/speex/tmv/ |
H A D | fixed_tm.h | 82 #define ADD32(a,b) ((int)(a) + (int)(b)) macro
|
/aosp_15_r20/external/speex/libspeexdsp/ |
H A D | fixed_generic.h | 67 #define ADD32(a,b) ((spx_word32_t)(a)+(spx_word32_t)(b)) macro
|
H A D | arch.h | 177 #define ADD32(a,b) ((a)+(b)) macro
|
H A D | fixed_debug.h | 205 #define ADD32(a, b) _ADD32(a, b, __FILE__, __LINE__) macro
|
/aosp_15_r20/external/libopus/celt/ |
H A D | fixed_generic.h | 126 #define ADD32(a,b) ((opus_val32)(a)+(opus_val32)(b)) macro
|
H A D | arch.h | 247 #define ADD32(a,b) ((a)+(b)) macro
|
H A D | fixed_debug.h | 289 #define ADD32(a, b) ADD32_(a, b, __FILE__, __LINE__) macro
|
/aosp_15_r20/external/rnnoise/src/ |
H A D | arch.h | 217 #define ADD32(a,b) ((a)+(b)) macro
|