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

/openjdk7/jdk/src/share/classes/java/nio/
H A DBits.java166 private static byte short1(short x) { return (byte)(x >> 8); } method in class:Bits
171 bb._put(bi + 1, short1(x));
176 _put(a + 1, short1(x));
180 bb._put(bi , short1(x));
185 _put(a , short1(x));

Completed in 31 milliseconds