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.java174 private static byte short1(short x) { in short1() method in Bits
184 bb._put(bi + 1, short1(x)); in putShortL()
189 _put(a + 1, short1(x)); in putShortL()
193 bb._put(bi, short1(x)); in putShortB()
198 _put(a, short1(x)); in putShortB()