Searched refs:cond (Results 1 – 2 of 2) sorted by relevance
39 #define MBEDTLS_INTERNAL_VALIDATE_RET( cond, ret ) do { } while( 0 ) argument40 #define MBEDTLS_INTERNAL_VALIDATE( cond ) do { } while( 0 ) argument
184 uECC_word_t cond_set(uECC_word_t p_true, uECC_word_t p_false, unsigned int cond) in cond_set() argument186 return (p_true*(cond)) | (p_false*(!cond)); in cond_set()