Home
last modified time | relevance | path

Searched refs:DEBUG_ASSERT0 (Results 1 – 1 of 1) sorted by relevance

/drivers/staging/epl/
DDebug.h682 #define DEBUG_ASSERT0(expr,str) if (!(expr ) && ((DEBUG_GLB_LVL() & DEBUG_LVL_ASSERT)!=0)) … macro
698 #define DEBUG_ASSERT0(expr,str) if (!(expr )) { \ macro
715 #define DEBUG_ASSERT0(expr,str) macro