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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DMotifDnDDragSourceProtocol.java112 boolean swapNeeded = byteOrder != MotifDnDConstants.getByteOrderByte();
218 if (byteOrderByte != MotifDnDConstants.getByteOrderByte()) {
263 MotifDnDConstants.getByteOrderByte());
301 MotifDnDConstants.getByteOrderByte());
333 MotifDnDConstants.getByteOrderByte());
376 MotifDnDConstants.getByteOrderByte());
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 */
H A DMotifDnDDropTargetProtocol.java134 if (byteOrderByte != MotifDnDConstants.getByteOrderByte()) {
147 if (byteOrderByte != MotifDnDConstants.getByteOrderByte()) {
155 unsafe.putByte(data, MotifDnDConstants.getByteOrderByte()); /* byte order */
233 if (MotifDnDConstants.getByteOrderByte() != byteOrderByte) {
307 if (byteOrderByte != MotifDnDConstants.getByteOrderByte()) {
480 if (eventByteOrder != MotifDnDConstants.getByteOrderByte()) {
833 unsafe.putByte(responseData + 1, MotifDnDConstants.getByteOrderByte());

Completed in 34 milliseconds