Searched refs:tmpx (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/wpa_supplicant/src/tls/ |
H A D | libtommath.c | 2347 mp_digit tmpx, *tmpt, *tmpy; in s_mp_mul_digs() local 2374 tmpx = a->dp[ix]; in s_mp_mul_digs() 2386 ((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 …]
|
/dflybsd-src/contrib/mpfr/src/ |
H A D | round_prec.c | 72 mpfr_limb_ptr tmpx = (mpfr_limb_ptr) (*__gmp_reallocate_func) in mpfr_prec_round() local 74 MPFR_SET_MANT_PTR(x, tmpx); /* mant ptr must be set in mpfr_prec_round()
|
/dflybsd-src/crypto/openssh/ |
H A D | configure.ac | 5412 [ --disable-pututxline disable use of pututxline() etc. ([uw]tmpx) [no]], 5417 etc. to write [uw]tmpx]) 5432 dnl lastlog, [uw]tmpx? detection
|
H A D | config.h.in | 123 /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */
|