Searched refs:PrevCarry (Results 1 – 1 of 1) sorted by relevance
863 uint32_t Carry, PrevCarry=0; in CC_CommonAdd2vectors() local876 Res_ptr[i] = currentWordRes + PrevCarry; in CC_CommonAdd2vectors()894 PrevCarry = Carry | ( PrevCarry & temp & 0x1); in CC_CommonAdd2vectors()898 return PrevCarry; in CC_CommonAdd2vectors()