Searched refs:bytesPerElement (Results 1 – 1 of 1) sorted by relevance
164 int checkGetBounds(int bytesPerElement, int length, int offset, int count) { in checkGetBounds() argument165 int byteCount = bytesPerElement * count; in checkGetBounds()176 int checkPutBounds(int bytesPerElement, int length, int offset, int count) { in checkPutBounds() argument177 int byteCount = bytesPerElement * count; in checkPutBounds()