HomeSort by relevance Sort by last modified time
    Searched refs:updateImpl (Results 1 - 4 of 4) sorted by null

  /libcore/luni/src/main/java/java/util/zip/
Adler32.java 84 adler = updateImpl(buf, off, nbytes, adler);
90 private native long updateImpl(byte[] buf, int off, int nbytes, long adler1);
CRC32.java 83 crc = updateImpl(buf, off, nbytes, crc);
89 private native long updateImpl(byte[] buf, int off, int nbytes, long crc1);
  /libcore/luni/src/main/native/
java_util_zip_Adler32.cpp 40 NATIVE_METHOD(Adler32, updateImpl, "([BIIJ)J"),
java_util_zip_CRC32.cpp 40 NATIVE_METHOD(CRC32, updateImpl, "([BIIJ)J"),

Completed in 2046 milliseconds