Searched refs:dbgassert (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dvwsnd.c158 * dbgassert - called when an assertion fails.
161 static void dbgassert(const char *fcn, int line, const char *expr) function
190 #define ASSERT(e) ((e) ? (void) 0 : dbgassert(__func__, __LINE__, #e))

Completed in 62 milliseconds