Home
last modified time | relevance | path

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

/trusted-firmware-m-3.4.0/lib/ext/cryptocell-312-runtime/codesafe/src/crypto_api/common/
Dcc_common_math.c170 uint32_t borrow, temp; in CC_CommonDecrLsbUnsignedCounter() local
181 borrow = Val; in CC_CommonDecrLsbUnsignedCounter()
187 CounterBuff_ptr[i] = CounterBuff_ptr[i] - borrow; in CC_CommonDecrLsbUnsignedCounter()
190 borrow = 1; in CC_CommonDecrLsbUnsignedCounter()
/trusted-firmware-m-3.4.0/platform/ext/target/nxp/common/Native_Driver/drivers/
Dfsl_casper.c191 #define sub_borrowout(borrow, c, a, b) \ argument
196 (borrow) = _b; \
208 #define sub_borrowout_1(borrow, c, a) \ argument
213 borrow = _b; \
642 unsigned borrow, carry; in MultprecModulo() local
763 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 …]