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

/freebsd-11-stable/contrib/wpa/src/tls/
H A Dlibtommath.c2347 mp_digit tmpx, *tmpt, *tmpy; local
2374 tmpx = a->dp[ix];
2386 ((mp_word)tmpx) * ((mp_word)*tmpy++) +
2448 mp_digit *tmpx, *tmpy; local
2455 tmpx = a->dp + tx;
2465 _W += ((mp_word)*tmpx++)*((mp_word)*tmpy--);
2533 mp_digit u, tmpx, *tmpt; local
2556 tmpx = a->dp[ix];
2563 r = ((mp_word)tmpx) * ((mp_word)a->dp[iy]);
2600 mp_digit tmpx, *tmp local
2721 register mp_digit *tmpx; local
2793 register mp_digit *tmpx; local
3261 mp_digit W[MP_WARRAY], *tmpx; local
[all...]
/freebsd-11-stable/sys/dev/sound/isa/
H A Dmss.c1278 u_char tmp, tmpx; local
1321 tmpx = tmp = io_rd(mss, 3);
1330 rman_get_start(mss->io_base), tmpx));
1345 if (tmpx & 0x80) {

Completed in 101 milliseconds