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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DCoding.java195 while (isNegativeCode(maxPos, S)) {
220 while (!isNegativeCode(maxNeg, S))
236 private static boolean isNegativeCode(long ux, int S) { method in class:Coding
259 if (isNegativeCode(ux, S)) {

Completed in 39 milliseconds