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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DMotifDnDConstants.java248 if (order != MotifDnDConstants.getByteOrderByte()) {
256 if (order != MotifDnDConstants.getByteOrderByte()) {
298 boolean swapNeeded = unsafe.getByte(data + 0) != getByteOrderByte();
364 unsafe.putByte(data + 0, getByteOrderByte());
516 static byte getByteOrderByte() { method in class:MotifDnDConstants
529 unsafe.putByte(structData, getByteOrderByte());
561 unsafe.putByte(data, MotifDnDConstants.getByteOrderByte()); /* byte order */

Completed in 31 milliseconds