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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAdaptiveCoding.java45 assert(isCodableLength(headLength));
55 assert(isCodableLength(headLength));
159 public static boolean isCodableLength(int K) { method in class:AdaptiveCoding
169 // See the isCodableLength restriction in CodingChooser.
186 assert(isCodableLength(K));
288 assert(isCodableLength(K));
H A DCodingChooser.java1103 AdaptiveCoding.isCodableLength(bend)) {
1336 assert(AdaptiveCoding.isCodableLength(thisspan));
1339 while (!AdaptiveCoding.isCodableLength(thisspan)) {

Completed in 1960 milliseconds