Home
last modified time | relevance | path

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

/external/libopus/celt/
Dfixed_debug.h739 #define DIV32(a, b) DIV32_(a, b, __FILE__, __LINE__)
740 static OPUS_INLINE int DIV32_(opus_int64 a, opus_int64 b, char *file, int line) in DIV32_() function