Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/
DBits.java182 static void putShortL(ByteBuffer bb, int bi, short x) { in putShortL() method in Bits
187 static void putShortL(long a, short x) { in putShortL() method in Bits
206 putShortL(bb, bi, x); in putShort()
213 putShortL(a, x); in putShort()