Searched defs:configASSERT (Results 1 – 5 of 5) sorted by relevance
91 #define configASSERT( a ) \ macro97 #define configASSERT( a ) assert( a ) macro
564 …#define configASSERT( x ) if( !( x ) ) { porttracePrint( -1 ); printf( "\nAssertion failed in %… macro
186 …#define configASSERT( x ) if( !( x ) ) { porttracePrint( -1 ); printf( "\nAssertion failed in %… macro
388 #define configASSERT( x ) \ macro
350 #define configASSERT( x ) macro