Home
last modified time | relevance | path

Searched refs:codeMax (Results 1 – 7 of 7) sorted by relevance

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DCoding.java187 public static int codeMax(int B, int H, int S, int nMax) { in codeMax() method in 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);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/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) { in codeMax() method in 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);
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DCoding.java187 public static int codeMax(int B, int H, int S, int nMax) { in codeMax() method in 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);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DCoding.java187 public static int codeMax(int B, int H, int S, int nMax) { in codeMax() method in 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);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/com/sun/java/util/jar/pack/
H A DCoding.java187 public static int codeMax(int B, int H, int S, int nMax) { in codeMax() method in 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);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/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) { in codeMax() method in 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);
/dports/biology/bbmap/bbmap/current/sketch/
H A DSketchObject.java385 codeMax=hashCycles*codeIncrement; in postParse()
633 for(int i=0; i<codeMax; i+=codeIncrement){
659 for(int i=codeMax2; i<codeMax; i+=codeIncrement){
689 for(; i<codeMax; i+=codeIncrement){
1131 private static int codeMax;