HomeSort by relevance Sort by last modified time
    Searched defs:updateImpl (Results 1 - 2 of 2) 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);

Completed in 22 milliseconds