Lines Matching refs:tmpc
50 register mp_digit u, *tmpa, *tmpb, *tmpc;62 tmpc = c->dp;68 *tmpc = *tmpa++ + *tmpb++ + u;71 u = *tmpc >> ((mp_digit)DIGIT_BIT);74 *tmpc++ &= MP_MASK;83 *tmpc = x->dp[i] + u;86 u = *tmpc >> ((mp_digit)DIGIT_BIT);89 *tmpc++ &= MP_MASK;94 *tmpc++ = u;98 *tmpc++ = 0;