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

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLESwaps.h46 * A convenience macro which invokes the swapWord member function
55 #define SWAPW(value) LESwaps::swapWord(value)
58 #define SWAPW(value) (LESwaps::isBigEndian() ? (value) : LESwaps::swapWord(value))
121 static le_uint16 swapWord(le_uint16 value) function in class:LESwaps
138 return swapWord((le_uint16) (value >> 16)) | (swapWord((le_uint16) value) << 16);

Completed in 28 milliseconds