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

/openjdk9/jdk/test/java/nio/Buffer/
H A DByteBufferViews.java375 int fromBytes = getIntFromBytes(bb, o + i * 4);
384 int v = getIntFromBytes(bb, o + i * 4);
440 static int getIntFromBytes(ByteBuffer bb, int i) { method in class:ByteBufferViews
651 return Float.intBitsToFloat(getIntFromBytes(bb, i));

Completed in 39 milliseconds