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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DCoding.java209 public static int codeMin(int B, int H, int S, int nMax) { method in class:Coding
375 this.min = codeMin(B, H, S, B);
377 this.umin = codeMin(B, H, 0, B);
383 byteMin[nMax-1] = codeMin(B, H, S, nMax);

Completed in 31 milliseconds