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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/algorithm/
H A DIEEE754FloatingPointEncodingAlgorithm.java32 public final static int DOUBLE_SIZE = 8; field in class:IEEE754FloatingPointEncodingAlgorithm
H A DDoubleEncodingAlgorithm.java45 if (octetLength % DOUBLE_SIZE != 0) {
47 getString("message.lengthIsNotMultipleOfDouble", new Object[]{Integer.valueOf(DOUBLE_SIZE)}));
50 return octetLength / DOUBLE_SIZE;
54 return primitiveLength * DOUBLE_SIZE;
107 final int size = length / DOUBLE_SIZE;
124 final byte[] b = new byte[DOUBLE_SIZE];
128 if (n != DOUBLE_SIZE) {
133 while(n != DOUBLE_SIZE) {
134 final int m = s.read(b, n, DOUBLE_SIZE - n);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/utilities/
H A DHeapHprofBinWriter.java386 DOUBLE_SIZE = objectHeap.getDoubleSize();
710 long offset = DOUBLE_BASE_OFFSET + index * DOUBLE_SIZE;
1003 private long DOUBLE_SIZE; field in class:HeapHprofBinWriter

Completed in 425 milliseconds