Searched refs:condition (Results 1 – 5 of 5) sorted by relevance
212 #define STATIC_ASSERT_THEN_RETURN( condition, value ) \ argument213 ( STATIC_ASSERT_EXPR( condition ) ? 0 : ( value ) )
637 #define TEST_ASSERT( condition ) \ argument638 if( ! (condition) ) \
40 when a new error condition arises.
717 (an error condition) and the second operand was aliased to the result.718 * Fix a case in elliptic curve arithmetic where an out-of-memory condition2383 * Replace preprocessor condition from #if defined(MBEDTLS_THREADING_PTHREAD)2544 * Fix incorrect renegotiation condition in ssl_check_ctr_renegotiate() that
34 /** The driver detected a condition that shouldn't happen.
Completed in 11 milliseconds