Searched defs:unitSize (Results 1 – 3 of 3) sorted by relevance
107 @libcore.util.NonNull public final java.nio.ByteBuffer alignedSlice(int unitSize) { throw new Runti… in alignedSlice()
1198 public final int alignmentOffset(int index, int unitSize) { in alignmentOffset()1275 public final ByteBuffer alignedSlice(int unitSize) { in alignedSlice()
423 int unitSize = 1 << rnd.nextInt(maxPow2); in testAlign() local