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

/openjdk7/jdk/src/share/classes/java/nio/
H A DBits.java167 private static byte short0(short x) { return (byte)(x ); } method in class:Bits
170 bb._put(bi , short0(x));
175 _put(a , short0(x));
181 bb._put(bi + 1, short0(x));
186 _put(a + 1, short0(x));

Completed in 23 milliseconds