Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/nio/Buffer/
DByteBufferViews.java509 long fromBytes = getLongFromBytes(bb, o + i * 8); in testLongGet()
518 long v = getLongFromBytes(bb, o + i * 8); in testLongGet()
574 static long getLongFromBytes(ByteBuffer bb, int i) { in getLongFromBytes() method
786 return Double.longBitsToDouble(getLongFromBytes(bb, i)); in getDoubleFromBytes()