Searched refs:_silk_fatal (Results 1 – 1 of 1) sorted by relevance
63 #define silk_fatal(str) _silk_fatal(str, __FILE__, __LINE__);67 static OPUS_INLINE void _silk_fatal(const char *str, const char *file, int line) in _silk_fatal() function