Searched refs:osl_assert (Results 1 – 2 of 2) sorted by relevance
51 do { if (!(exp)) osl_assert(#exp, __FILE__, __LINE__); } while (0)52 extern void osl_assert(const char *exp, const char *file, int line);
1180 osl_assert(const char *exp, const char *file, int line) function