HomeSort by relevance Sort by last modified time
    Searched full:celt_fatal (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/opus/src/celt/
arch.h 50 #define celt_fatal(str) _celt_fatal(str, __FILE__, __LINE__); macro
62 #define celt_assert(cond) {if (!(cond)) {celt_fatal("assertion failed: " #cond);}}
63 #define celt_assert2(cond, message) {if (!(cond)) {celt_fatal("assertion failed: " #cond "\n" message);}}

Completed in 39 milliseconds