Searched refs:SMALL_BUFFER (Results 1 – 1 of 1) sorted by relevance
72 private static final ByteBuffer SMALL_BUFFER = ByteBuffer.wrap(DATA); field in MessageDigestPerfTest136 SMALL_BUFFER.position(0); in timeSmallByteBuffer()137 SMALL_BUFFER.limit(SMALL_BUFFER.capacity()); in timeSmallByteBuffer()138 digest.update(SMALL_BUFFER); in timeSmallByteBuffer()