Home
last modified time | relevance | path

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

/trusted-firmware-m-3.7.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/
Dcc_common_math.c863 uint32_t Carry, PrevCarry=0; in CC_CommonAdd2vectors() local
873 Carry = ((currentWordRes < A_ptr[i]) || (currentWordRes < B_ptr[i])); in CC_CommonAdd2vectors()
894 PrevCarry = Carry | ( PrevCarry & temp & 0x1); in CC_CommonAdd2vectors()