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

/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Dmpi-priv.h239 #define IS_POWER_OF_2(a) ((a) && !((a) & ((a)-1))) macro
H A Dmpi.c848 if ((MP_USED(a) == MP_USED(b)) && IS_POWER_OF_2(MP_USED(b))) {
939 if (IS_POWER_OF_2(MP_USED(a))) {

Completed in 31 milliseconds