Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/nio/
DBuffer.java164 int checkGetBounds(int bytesPerElement, int length, int offset, int count) { in checkGetBounds() argument
165 int byteCount = bytesPerElement * count; in checkGetBounds()
176 int checkPutBounds(int bytesPerElement, int length, int offset, int count) { in checkPutBounds() argument
177 int byteCount = bytesPerElement * count; in checkPutBounds()