Searched defs:SIZEOF_BYTE (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/java2d/pipe/
H A DRenderBuffer.java50 protected static final long SIZEOF_BYTE = 1L; field in class:RenderBuffer
131 curAddress += SIZEOF_BYTE;
141 long offsetInBytes = offset * SIZEOF_BYTE + Unsafe.ARRAY_BYTE_BASE_OFFSET;
142 long lengthInBytes = length * SIZEOF_BYTE;
/openjdk7/jdk/src/share/classes/sun/management/counter/perf/
H A DPerfDataEntry.java34 private final static int SIZEOF_BYTE = 1; field in class:PerfDataEntry.EntryFieldOffset
41 private final static int DATA_TYPE_SIZE = SIZEOF_BYTE;
42 private final static int FLAGS_SIZE = SIZEOF_BYTE;
43 private final static int DATA_UNIT_SIZE = SIZEOF_BYTE;
44 private final static int DATA_VAR_SIZE = SIZEOF_BYTE;
H A DPrologue.java38 private final static int SIZEOF_BYTE = 1; field in class:Prologue.PrologueFieldOffset
43 private final static int BYTE_ORDER_SIZE = SIZEOF_BYTE;
44 private final static int MAJOR_SIZE = SIZEOF_BYTE;
45 private final static int MINOR_SIZE = SIZEOF_BYTE;
46 private final static int ACCESSIBLE_SIZE = SIZEOF_BYTE;

Completed in 31 milliseconds