Home
last modified time | relevance | path

Searched refs:_ADD32 (Results 1 – 1 of 1) sorted by relevance

/external/speex/libspeex/
Dfixed_debug.h205 #define ADD32(a, b) _ADD32(a, b, __FILE__, __LINE__)
206 static inline int _ADD32(long long a, long long b, char *file, int line) in _ADD32() function