Home
last modified time | relevance | path

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

/mcuboot-latest/ext/tinycrypt/lib/source/
Decc.c184 uECC_word_t cond_set(uECC_word_t p_true, uECC_word_t p_false, unsigned int cond) in cond_set() argument
186 return (p_true*(cond)) | (p_false*(!cond)); in cond_set()