Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/
DBits.java171 private static byte short1(short x) { return (byte)(x >> 8); } in short1() method in Bits
176 bb._put(bi + 1, short1(x)); in putShortL()
181 _put(a + 1, short1(x)); in putShortL()
185 bb._put(bi , short1(x)); in putShortB()
190 _put(a , short1(x)); in putShortB()