Searched refs:tpx (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/common/crypto/ecc/ |
H A D | ecp_jm.c | 228 mp_int precomp[16][2], rz, tpx, tpy; local 236 MP_DIGITS(&tpx) = 0; 250 MP_CHECKOK(mp_init(&tpx, FLAG(n))); 267 /* Set (tpx, tpy) = 2P */ 269 point_dbl(&precomp[8][0], &precomp[8][1], &tpx, &tpy, 275 point_add(&precomp[i][0], &precomp[i][1], &tpx, &tpy, 331 mp_clear(&tpx);
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | r8169.c | 317 } tpx; variable in typeref:struct:rtl8169_private 728 tpc = &tpx;
|
H A D | tulip.c | 432 } tpx; variable in typeref:struct:tulip_private 1226 tp = &tpx;
|
Completed in 1822 milliseconds