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.java357 static long getLongB(ByteBuffer bb, int bi) { in getLongB() method in Bits
368 static long getLongB(long a) { in getLongB() method in Bits
380 return bigEndian ? getLongB(bb, bi) : getLongL(bb, bi); in getLong()
384 return bigEndian ? getLongB(a) : getLongL(a); in getLong()
546 return Double.longBitsToDouble(getLongB(bb, bi)); in getDoubleB()
550 return Double.longBitsToDouble(getLongB(a)); in getDoubleB()