Searched defs:crc (Results 1 – 11 of 11) sorted by relevance
| /libcore/benchmarks/src/benchmarks/regression/ |
| D | ChecksumBenchmark.java | 41 CRC32 crc = new CRC32(); in timeCrc_block() local 47 CRC32 crc = new CRC32(); in timeCrc_byte() local
|
| /libcore/luni/src/main/native/ |
| D | java_util_zip_Adler32.cpp | 26 …jlong Adler32_updateImpl(JNIEnv* env, jobject, jbyteArray byteArray, int off, int len, jlong crc) { in Adler32_updateImpl() 34 static jlong Adler32_updateByteImpl(JNIEnv*, jobject, jint val, jlong crc) { in Adler32_updateByteImpl()
|
| D | java_util_zip_CRC32.cpp | 26 …c jlong CRC32_updateImpl(JNIEnv* env, jobject, jbyteArray byteArray, int off, int len, jlong crc) { in CRC32_updateImpl() 35 static jlong CRC32_updateByteImpl(JNIEnv*, jobject, jbyte val, jlong crc) { in CRC32_updateByteImpl()
|
| /libcore/luni/src/main/java/java/util/zip/ |
| D | GZIPOutputStream.java | 47 protected CRC32 crc = new CRC32(); field in GZIPOutputStream
|
| D | CRC32.java | 28 private long crc = 0L; field in CRC32
|
| D | GZIPInputStream.java | 64 protected CRC32 crc = new CRC32(); field in GZIPInputStream
|
| D | ZipOutputStream.java | 86 private final CRC32 crc = new CRC32(); field in ZipOutputStream
|
| D | ZipInputStream.java | 87 private final CRC32 crc = new CRC32(); field in ZipInputStream
|
| D | ZipEntry.java | 42 long crc = -1; // Needs to be a long to distinguish -1 ("not set") from the 0xffffffff CRC32. field in ZipEntry
|
| /libcore/luni/src/test/java/libcore/java/util/zip/ |
| D | OldAndroidChecksumTest.java | 56 CRC32 crc = new CRC32(); in cRC32Test() local
|
| D | ZipFileTest.java | 206 CRC32 crc = new CRC32(); in testSTORED() local
|