OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_speex_fatal
(Results
1 - 1
of
1
) sorted by null
/external/speex/libspeex/
os_support.h
111
static inline void
_speex_fatal
(const char *str, const char *file, int line)
function
154
#define speex_fatal(str)
_speex_fatal
(str, __FILE__, __LINE__);
Completed in 98 milliseconds