Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/nio/
DBits.java339 static long getLongB(ByteBuffer bb, int bi) { in getLongB() method in Bits
350 static long getLongB(long a) { in getLongB() method in Bits
362 return bigEndian ? getLongB(bb, bi) : getLongL(bb, bi); in getLong()
366 return bigEndian ? getLongB(a) : getLongL(a); in getLong()
505 return Double.longBitsToDouble(getLongB(bb, bi)); in getDoubleB()
509 return Double.longBitsToDouble(getLongB(a)); in getDoubleB()