Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/nio/Buffer/
DByteBufferViews.java402 int fromBytes = getIntFromBytes(bb, o + i * 4); in testIntGet()
411 int v = getIntFromBytes(bb, o + i * 4); in testIntGet()
467 static int getIntFromBytes(ByteBuffer bb, int i) { in getIntFromBytes() method
688 return Float.intBitsToFloat(getIntFromBytes(bb, i)); in getFloatFromBytes()