/external/dropbear/libtommath/ |
D | bn_mp_montgomery_reduce.c | 60 register mp_digit *tmpn, *tmpx, u; in mp_montgomery_reduce() local 67 tmpx = x->dp + ix; in mp_montgomery_reduce() 76 ((mp_word) u) + ((mp_word) * tmpx); in mp_montgomery_reduce() 82 *tmpx++ = (mp_digit)(r & ((mp_word) MP_MASK)); in mp_montgomery_reduce() 89 *tmpx += u; in mp_montgomery_reduce() 90 u = *tmpx >> DIGIT_BIT; in mp_montgomery_reduce() 91 *tmpx++ &= MP_MASK; in mp_montgomery_reduce()
|
D | bn_fast_mp_montgomery_reduce.c | 46 register mp_digit *tmpx; in fast_mp_montgomery_reduce() local 52 tmpx = x->dp; in fast_mp_montgomery_reduce() 56 *_W++ = *tmpx++; in fast_mp_montgomery_reduce() 118 register mp_digit *tmpx; in fast_mp_montgomery_reduce() local 141 tmpx = x->dp; in fast_mp_montgomery_reduce() 147 *tmpx++ = (mp_digit)(*_W++ & ((mp_word) MP_MASK)); in fast_mp_montgomery_reduce() 154 *tmpx++ = 0; in fast_mp_montgomery_reduce()
|
D | bn_mp_karatsuba_mul.c | 86 register mp_digit *tmpa, *tmpb, *tmpx, *tmpy; in mp_karatsuba_mul() local 94 tmpx = x0.dp; in mp_karatsuba_mul() 97 *tmpx++ = *tmpa++; in mp_karatsuba_mul() 101 tmpx = x1.dp; in mp_karatsuba_mul() 103 *tmpx++ = *tmpa++; in mp_karatsuba_mul()
|
D | bn_fast_s_mp_mul_digs.c | 55 mp_digit *tmpx, *tmpy; in fast_s_mp_mul_digs() local 62 tmpx = a->dp + tx; in fast_s_mp_mul_digs() 72 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_mul_digs()
|
D | bn_s_mp_mul_digs.c | 28 mp_digit tmpx, *tmpt, *tmpy; in s_mp_mul_digs() local 53 tmpx = a->dp[ix]; in s_mp_mul_digs() 65 ((mp_word)tmpx) * ((mp_word)*tmpy++) + in s_mp_mul_digs()
|
D | bn_s_mp_mul_high_digs.c | 28 mp_digit tmpx, *tmpt, *tmpy; in s_mp_mul_high_digs() local 50 tmpx = a->dp[ix]; in s_mp_mul_high_digs() 61 ((mp_word)tmpx) * ((mp_word)*tmpy++) + in s_mp_mul_high_digs()
|
D | bn_fast_s_mp_mul_high_digs.c | 46 mp_digit *tmpx, *tmpy; in fast_s_mp_mul_high_digs() local 53 tmpx = a->dp + tx; in fast_s_mp_mul_high_digs() 63 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_mul_high_digs()
|
D | bn_s_mp_sqr.c | 24 mp_digit u, tmpx, *tmpt; in s_mp_sqr() local 47 tmpx = a->dp[ix]; in s_mp_sqr() 54 r = ((mp_word)tmpx) * ((mp_word)a->dp[iy]); in s_mp_sqr()
|
D | bn_fast_s_mp_sqr.c | 31 mp_digit W[MP_WARRAY], *tmpx; in fast_s_mp_sqr() local 57 tmpx = a->dp + tx; in fast_s_mp_sqr() 73 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_sqr()
|
/external/wpa_supplicant_8/src/tls/ |
D | libtommath.c | 2348 mp_digit tmpx, *tmpt, *tmpy; in s_mp_mul_digs() local 2375 tmpx = a->dp[ix]; in s_mp_mul_digs() 2387 ((mp_word)tmpx) * ((mp_word)*tmpy++) + in s_mp_mul_digs() 2448 mp_digit *tmpx, *tmpy; in fast_s_mp_mul_digs() local 2455 tmpx = a->dp + tx; in fast_s_mp_mul_digs() 2465 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_mul_digs() 2533 mp_digit u, tmpx, *tmpt; in s_mp_sqr() local 2556 tmpx = a->dp[ix]; in s_mp_sqr() 2563 r = ((mp_word)tmpx) * ((mp_word)a->dp[iy]); in s_mp_sqr() 2600 mp_digit tmpx, *tmpt, *tmpy; in s_mp_mul_high_digs() local [all …]
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 250 register mp_digit *tmpx; in fast_mp_montgomery_reduce() local 256 tmpx = x->dp; in fast_mp_montgomery_reduce() 260 *_W++ = *tmpx++; in fast_mp_montgomery_reduce() 322 register mp_digit *tmpx; in fast_mp_montgomery_reduce() local 345 tmpx = x->dp; in fast_mp_montgomery_reduce() 351 *tmpx++ = (mp_digit)(*_W++ & ((mp_word) MP_MASK)); in fast_mp_montgomery_reduce() 358 *tmpx++ = 0; in fast_mp_montgomery_reduce() 435 mp_digit *tmpx, *tmpy; in fast_s_mp_mul_digs() local 442 tmpx = a->dp + tx; in fast_s_mp_mul_digs() 452 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--); in fast_s_mp_mul_digs() [all …]
|
/external/chromium_org/third_party/opus/src/src/ |
D | opus_encoder.c | 727 float tmpx; in optimize_framesize() local 736 tmpx = sub[j]; in optimize_framesize() 737 tmp += (tmpx-memx)*(tmpx-memx); in optimize_framesize() 738 memx = tmpx; in optimize_framesize()
|
/external/dropbear/ |
D | configure.in | 397 [ --disable-pututxline Disable use of pututxline() etc. ([uw]tmpx) [no]], 417 dnl lastlog, [uw]tmpx? detection
|
/external/openssh/ |
D | configure.ac | 4016 [ --disable-pututxline disable use of pututxline() etc. ([uw]tmpx) [no]], 4021 etc. to write [uw]tmpx]) 4036 dnl lastlog, [uw]tmpx? detection
|
D | config.h.in | 107 /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
|