Home
last modified time | relevance | path

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

/art/test/580-crc32/src/
DMain.java171 private static long CRC32ByteAndByteArray(int value, byte[] bytes) { in CRC32ByteAndByteArray() method in Main
283 CRC32ByteAndByteArray(0, new byte[] {0, 0})); in TestCRC32UpdateBytes()
285 CRC32ByteAndByteArray(1, new byte[] {1, 1})); in TestCRC32UpdateBytes()
287 CRC32ByteAndByteArray(0x0f, new byte[] {0x0f, 0x0f})); in TestCRC32UpdateBytes()
289 CRC32ByteAndByteArray(-1, new byte[] {-1, -1})); in TestCRC32UpdateBytes()
291 CRC32ByteAndByteArray(1, new byte[] {2, 3})); in TestCRC32UpdateBytes()
294 CRC32ByteAndByteArray(0, new byte[] {-1, Byte.MIN_VALUE, Byte.MAX_VALUE})); in TestCRC32UpdateBytes()