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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DCodingChooser.java82 int zipSize; // size of encoding in sample, zipped output field in class:CodingChooser.Choice
89 zipSize = byteSize = histSize = -1;
106 if (zipSize > 0)
107 s += " zs: "+zipSize;
314 // Decreasing zipSize by a byte length is conservatively correct,
322 regularChoice.zipSize -= Xlen;
324 bestZipSize = regularChoice.zipSize;
351 Utils.log.info("chooser: plain result="+bestChoice+" after "+bestChoice.searchOrder+" rounds, "+(regularChoice.zipSize-bestZipSize)+" fewer bytes than regular "+regular);
488 c.zipSize = sizes[ZIP_SIZE];
489 if (noteSizes(c.coding, c.byteSize, c.zipSize))
500 noteSizes(CodingMethod c, int byteSize, int zipSize) argument
[all...]

Completed in 143 milliseconds