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

/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DPopulationCoding.java242 void writeSequencesTo(OutputStream out, int[] tokens, int[] uValues) throws IOException { argument
246 if (uValues.length > 0)
247 unfavoredCoding.writeArrayTo(out, uValues, 0, uValues.length);
296 int[] uValues = new int[uVlen];
298 unfavoredCoding.readArrayFrom(in, uValues, 0, uVlen);
301 a[headp] = uValues[i];
/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dcoding.cpp180 if (uValues != null) {
181 uValues->reset(state->helper());
711 uValues = U_NEW(coding_method, 1);
712 CHECK_NULL(uValues);
713 uValues->u = u;
715 uValues->init(band_rp, band_limit, NO_META, disPop, defc, UN, null);
717 uValues->init(band_rp, band_limit, meta_rp, disPop, defc, UN, null);
742 assert(self->uValues == null); // must stay null
H A Dcoding.h202 coding_method* uValues; // unfavored value stream

Completed in 25 milliseconds