Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_host/bt_crypto/tinycrypt/source/
A 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()

Completed in 11 milliseconds