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

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

Completed in 235 milliseconds