Home
last modified time | relevance | path

Searched defs:crc (Results 1 – 12 of 12) sorted by relevance

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DCRC32Test.java28 CRC32 crc = new CRC32(); in test_Constructor() local
37 CRC32 crc = new CRC32(); in test_getValue() local
75 CRC32 crc = new CRC32(); in test_reset() local
93 CRC32 crc = new CRC32(); in test_updateI() local
124 CRC32 crc = new CRC32(); in test_update$B() local
148 CRC32 crc = new CRC32(); in test_update$BII() local
/libcore/ojluni/src/main/java/java/util/zip/
DCRC32.java36 private int crc; field in CRC32
91 private native static int update(int crc, int b); in update()
92 private native static int updateBytes(int crc, byte[] b, int off, int len); in updateBytes()
DZipEntry.java41 long crc = -1; // crc-32 of entry data field in ZipEntry
63 public ZipEntry(String name, String comment, long crc, long compressedSize, in ZipEntry()
205 public void setCrc(long crc) { in setCrc()
DGZIPOutputStream.java42 protected CRC32 crc = new CRC32(); field in GZIPOutputStream
DGZIPInputStream.java47 protected CRC32 crc = new CRC32(); field in GZIPInputStream
DZipInputStream.java48 private CRC32 crc = new CRC32(); field in ZipInputStream
DZipOutputStream.java59 private CRC32 crc = new CRC32(); field in ZipOutputStream
/libcore/ojluni/src/main/native/
Djava_util_zip_CRC32.c40 CRC32_update(JNIEnv *env, jclass cls, jint crc, jint b) in CRC32_update()
49 CRC32_updateBytes(JNIEnv *env, jclass cls, jint crc, in CRC32_updateBytes()
60 JNIEXPORT jint ZIP_CRC32(jint crc, const jbyte *buf, jint len) in ZIP_CRC32()
Dzip_util.h164 jint crc; /* crc of uncompressed data */ member
/libcore/benchmarks/src/benchmarks/regression/
DChecksumBenchmark.java38 CRC32 crc = new CRC32(); in timeCrc_block() local
44 CRC32 crc = new CRC32(); in timeCrc_byte() local
/libcore/luni/src/test/java/libcore/java/util/zip/
DOldAndroidChecksumTest.java56 CRC32 crc = new CRC32(); in cRC32Test() local
DAbstractZipFileTest.java141 CRC32 crc = new CRC32(); in testStoredEntrySize() local
258 CRC32 crc = new CRC32(); in testSTORED() local