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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/algorithm/
H A DIntegerEncodingAlgorithm.java31 public final static int SHORT_SIZE = 2; field in class:IntegerEncodingAlgorithm
H A DShortEncodingAlgorithm.java50 if (octetLength % SHORT_SIZE != 0) {
52 getString("message.lengthNotMultipleOfShort", new Object[]{Integer.valueOf(SHORT_SIZE)}));
55 return octetLength / SHORT_SIZE;
59 return primitiveLength * SHORT_SIZE;
113 final int size = length / SHORT_SIZE;
122 final byte[] b = new byte[SHORT_SIZE];
132 final int m = s.read(b, n, SHORT_SIZE - n);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java382 SHORT_SIZE = objectHeap.getShortSize();
670 long offset = SHORT_BASE_OFFSET + index * SHORT_SIZE;
999 private long SHORT_SIZE; field in class:HeapHprofBinWriter

Completed in 33 milliseconds