Searched refs:celt_fatal (Results 1 – 1 of 1) sorted by relevance
51 #define celt_fatal(str) _celt_fatal(str, __FILE__, __LINE__); macro63 #define celt_assert(cond) {if (!(cond)) {celt_fatal("assertion failed: " #cond);}}64 #define celt_assert2(cond, message) {if (!(cond)) {celt_fatal("assertion failed: " #cond "\n" messa…