Searched refs:updateImpl (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/java/util/zip/
H A DAdler32.java74 adler = updateImpl(buf, offset, byteCount, adler);
77 private native long updateImpl(byte[] buf, int offset, int byteCount, long adler1); method in class:Adler32
H A DCRC32.java76 crc = updateImpl(buf, offset, byteCount, crc);
79 private native long updateImpl(byte[] buf, int offset, int byteCount, long crc1); method in class:CRC32
/libcore/luni/src/main/native/
H A Djava_util_zip_Adler32.cpp40 NATIVE_METHOD(Adler32, updateImpl, "([BIIJ)J"),
H A Djava_util_zip_CRC32.cpp40 NATIVE_METHOD(CRC32, updateImpl, "([BIIJ)J"),

Completed in 106 milliseconds