Home | History | Annotate | Download | only in bn

Lines Matching full:carry

341   BN_ULONG carry = 0;
353 mul(rp[0], ap[0], bl, bh, carry);
354 mul(rp[1], ap[1], bl, bh, carry);
355 mul(rp[2], ap[2], bl, bh, carry);
356 mul(rp[3], ap[3], bl, bh, carry);
362 mul(rp[0], ap[0], bl, bh, carry);
367 return carry;
642 t += c0; /* no carry */ \
654 BN_ULLONG tt = t + c0; /* no carry */ \
660 t += c0; /* no carry */ \
672 t += c0; /* no carry */ \