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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi-priv.h226 int s_mp_ispow2(const mp_int *v); /* is v a power of 2? */
H A Dmpi.c2350 if ((res = s_mp_ispow2(m)) >= 0) {
4226 if((ix = s_mp_ispow2(div)) >= 0) {
4498 /* {{{ s_mp_ispow2(v) */
4504 int s_mp_ispow2(const mp_int *v) function
4524 } /* end s_mp_ispow2() */

Completed in 39 milliseconds