Searched refs:tmpx (Results 1 - 19 of 19) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn_mp_montgomery_reduce.c60 register mp_digit *tmpn, *tmpx, u; local
67 tmpx = x->dp + ix;
76 ((mp_word) u) + ((mp_word) * tmpx);
82 *tmpx++ = (mp_digit)(r & ((mp_word) MP_MASK));
89 *tmpx += u;
90 u = *tmpx >> DIGIT_BIT;
91 *tmpx++ &= MP_MASK;
H A Dbn_fast_mp_montgomery_reduce.c46 register mp_digit *tmpx; local
52 tmpx = x->dp;
56 *_W++ = *tmpx++;
118 register mp_digit *tmpx; local
141 tmpx = x->dp;
147 *tmpx++ = (mp_digit)(*_W++ & ((mp_word) MP_MASK));
154 *tmpx++ = 0;
H A Dbn_fast_s_mp_mul_digs.c55 mp_digit *tmpx, *tmpy; local
62 tmpx = a->dp + tx;
72 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
H A Dbn_fast_s_mp_mul_high_digs.c46 mp_digit *tmpx, *tmpy; local
53 tmpx = a->dp + tx;
63 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
H A Dbn_s_mp_mul_digs.c28 mp_digit tmpx, *tmpt, *tmpy; local
53 tmpx = a->dp[ix];
65 ((mp_word)tmpx) * ((mp_word)*tmpy++) +
H A Dbn_s_mp_mul_high_digs.c28 mp_digit tmpx, *tmpt, *tmpy; local
50 tmpx = a->dp[ix];
61 ((mp_word)tmpx) * ((mp_word)*tmpy++) +
H A Dbn_s_mp_sqr.c24 mp_digit u, tmpx, *tmpt; local
47 tmpx = a->dp[ix];
54 r = ((mp_word)tmpx) * ((mp_word)a->dp[iy]);
H A Dbn_mp_karatsuba_mul.c86 register mp_digit *tmpa, *tmpb, *tmpx, *tmpy; local
94 tmpx = x0.dp;
97 *tmpx++ = *tmpa++;
101 tmpx = x1.dp;
103 *tmpx++ = *tmpa++;
H A Dbn_fast_s_mp_sqr.c19 * you do like mult except the offset of the tmpx [one that
31 mp_digit W[MP_WARRAY], *tmpx; local
57 tmpx = a->dp + tx;
73 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
H A Dtommath.tex2809 to produce the individual columns of the product. We use the two aliases $tmpx$ and $tmpy$ (lines 62, 63) to point
4125 The multiplication $\mu n \beta^{ix}$ is performed in one step in the inner loop. The alias $tmpx$ refers to the $ix$'th digit of $x$ and
/macosx-10.9.5/tcl-102/tcl/tcl/libtommath/
H A Dbn_fast_s_mp_mul_digs.c55 mp_digit *tmpx, *tmpy; local
62 tmpx = a->dp + tx;
72 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
H A Dbn_s_mp_mul_digs.c28 mp_digit tmpx, *tmpt, *tmpy; local
53 tmpx = a->dp[ix];
65 ((mp_word)tmpx) * ((mp_word)*tmpy++) +
H A Dbn_s_mp_sqr.c24 mp_digit u, tmpx, *tmpt; local
47 tmpx = a->dp[ix];
54 r = ((mp_word)tmpx) * ((mp_word)a->dp[iy]);
H A Dbn_mp_karatsuba_mul.c86 register mp_digit *tmpa, *tmpb, *tmpx, *tmpy; local
94 tmpx = x0.dp;
97 *tmpx++ = *tmpa++;
101 tmpx = x1.dp;
103 *tmpx++ = *tmpa++;
H A Dbn_fast_s_mp_sqr.c19 * you do like mult except the offset of the tmpx [one that
31 mp_digit W[MP_WARRAY], *tmpx; local
57 tmpx = a->dp + tx;
73 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXWm.c4107 int tmpx, tmpy, bd;
4141 tmpx = x - childPtr->changes.x;
4145 if ((tmpx >= -bd) && (tmpy >= -bd)
4146 && (tmpx < (childPtr->changes.width + bd))
4163 tmpx = x - childPtr->changes.x;
4166 if ((tmpx >= -bd) && (tmpy >= -bd)
4167 && (tmpx < (childPtr->changes.width + bd))
4056 int tmpx, tmpy, bd; local
/macosx-10.9.5/tcl-102/tk84/tk/macosx/
H A DtkMacOSXWm.c3877 int tmpx, tmpy, bd;
3920 tmpx = x - childPtr->changes.x;
3924 if ((tmpx >= -bd) && (tmpy >= -bd)
3925 && (tmpx < (childPtr->changes.width + bd))
3942 tmpx = x - childPtr->changes.x;
3945 if ((tmpx >= -bd) && (tmpy >= -bd)
3946 && (tmpx < (childPtr->changes.width + bd))
3828 int tmpx, tmpy, bd; local
/macosx-10.9.5/tcl-102/tk/tk/unix/
H A DtkUnixWm.c5789 int x, y, childX, childY, tmpx, tmpy, bd;
5924 tmpx = x - childPtr->changes.x;
5927 if ((tmpx >= -bd) && (tmpy >= -bd)
5928 && (tmpx < (childPtr->changes.width + bd))
5724 int x, y, childX, childY, tmpx, tmpy, bd; local
/macosx-10.9.5/tcl-102/tk84/tk/unix/
H A DtkUnixWm.c5309 int x, y, childX, childY, tmpx, tmpy, bd;
5444 tmpx = x - childPtr->changes.x;
5447 if ((tmpx >= -bd) && (tmpy >= -bd)
5448 && (tmpx < (childPtr->changes.width + bd))
5251 int x, y, childX, childY, tmpx, tmpy, bd; local

Completed in 188 milliseconds