Searched refs:LARGE_BUFFER (Results 1 – 1 of 1) sorted by relevance
80 private static final ByteBuffer LARGE_BUFFER = ByteBuffer.wrap(LARGE_DATA); field in MessageDigestPerfTest162 LARGE_BUFFER.position(0); in timeLargeByteBuffer()163 LARGE_BUFFER.limit(LARGE_BUFFER.capacity()); in timeLargeByteBuffer()164 digest.update(LARGE_BUFFER); in timeLargeByteBuffer()188 LARGE_BUFFER.position(LARGE_BUFFER.capacity() / 2); in timeSmallChunkOfLargeByteBuffer()189 LARGE_BUFFER.limit(LARGE_BUFFER.position() + DATA_SIZE); in timeSmallChunkOfLargeByteBuffer()190 digest.update(LARGE_BUFFER); in timeSmallChunkOfLargeByteBuffer()