Searched defs:IS_POWER_OF_2 (Results 1 - 1 of 1) 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

Completed in 22 milliseconds