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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DCodingChooser.java84 int histSize; // size of encoding, according to histogram field in class:CodingChooser.Choice
89 zipSize = byteSize = histSize = -1;
110 if (histSize > 0)
111 s += " hs: "+histSize;
320 //regularChoice.histSize -= Xlen; // keep exact byteSize
479 c.histSize = (int)Math.ceil(hist.getBitLength(c.coding) / 8);
480 c.byteSize = c.histSize;
492 if (c.histSize >= 0) {
493 assert(c.byteSize == c.histSize); // models should agree

Completed in 404 milliseconds