Searched defs:configASSERT (Results 1 – 4 of 4) 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
420 #define configASSERT( x ) \ macro
98 #define configASSERT( x ) macro
Completed in 36 milliseconds