Searched refs:swapLong (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLESwaps.h62 * A convenience macro which invokes the swapLong member function
71 #define SWAPL(value) LESwaps::swapLong(value)
74 #define SWAPL(value) (LESwaps::isBigEndian() ? (value) : LESwaps::swapLong(value))
136 static le_uint32 swapLong(le_uint32 value) function in class:LESwaps
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DBytes.java58 public long swapLong(long x) { method in class:Bytes

Completed in 46 milliseconds