Searched defs:xch (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpmontg.c132 const mp_int *xch = b; /* switch a and b, to do fewer outer loops */ local
134 a = xch;
H A Dmp_gf2m.c301 const mp_int *xch = b; /* switch a and b if b longer */ local
303 a = xch;
H A Dmpi.c838 const mp_int *xch = b; /* switch a and b, to do fewer outer loops */ local
840 a = xch;
3589 const mp_int *xch = a; local
3591 b = xch;
4598 int val, xch; local
4601 xch = ch;
4603 xch = toupper(ch);
4605 if(isdigit(xch))
4606 val = xch - '0';
4607 else if(isupper(xch))
[all...]

Completed in 47 milliseconds