Home
last modified time | relevance | path

Searched defs:ADD32 (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/speex/tmv/
Dfixed_tm.h82 #define ADD32(a,b) ((int)(a) + (int)(b)) macro
/third_party/pulseaudio/speex/libspeexdsp/
Dfixed_generic.h67 #define ADD32(a,b) ((spx_word32_t)(a)+(spx_word32_t)(b)) macro
Darch.h179 #define ADD32(a,b) ((a)+(b)) macro
Dfixed_debug.h205 #define ADD32(a, b) _ADD32(a, b, __FILE__, __LINE__) macro