Searched refs:borrow (Results 1 – 2 of 2) sorted by relevance
170 uint32_t borrow, temp; in CC_CommonDecrLsbUnsignedCounter() local181 borrow = Val; in CC_CommonDecrLsbUnsignedCounter()187 CounterBuff_ptr[i] = CounterBuff_ptr[i] - borrow; in CC_CommonDecrLsbUnsignedCounter()190 borrow = 1; in CC_CommonDecrLsbUnsignedCounter()
191 #define sub_borrowout(borrow, c, a, b) \ argument196 (borrow) = _b; \208 #define sub_borrowout_1(borrow, c, a) \ argument213 borrow = _b; \642 unsigned borrow, carry; in MultprecModulo() local763 borrow = 0; in MultprecModulo()766 u64 = (uint64_t)q_hat * GET_WORD(&v[i]) + borrow; in MultprecModulo()767 borrow = (unsigned)(u64 >> 32); in MultprecModulo()770 borrow++; /* carry the overflow */ in MultprecModulo()774 u_n -= borrow; /* overflow from shift left does not fit otherwise */ in MultprecModulo()[all …]