Searched refs:Carry (Results 1 – 1 of 1) sorted by relevance
863 uint32_t Carry, PrevCarry=0; in CC_CommonAdd2vectors() local873 Carry = ((currentWordRes < A_ptr[i]) || (currentWordRes < B_ptr[i])); in CC_CommonAdd2vectors()894 PrevCarry = Carry | ( PrevCarry & temp & 0x1); in CC_CommonAdd2vectors()