Searched defs:pow2 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DUtility.java116 p = pow2(i);
515 return flag | pow2(i);
522 int bit = pow2(i);
530 return (flag & pow2(i)) != 0;
747 private static final int pow2(int n) { method in class:Utility
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dunpack.cpp937 uint pow2 = 1; local
939 while (pow2 < target) pow2 <<= 1;
940 hashTab = U_NEW(entry*, hashTabLength = pow2);

Completed in 80 milliseconds