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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DCoding.java187 public static int codeMax(int B, int H, int S, int nMax) { method in class:Coding
376 this.max = codeMax(B, H, S, B);
378 this.umax = codeMax(B, H, 0, B);
384 byteMax[nMax-1] = codeMax(B, H, S, nMax);

Completed in 32 milliseconds