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 74 adler = updateImpl(buf, offset, byteCount, adler);
77 private native long updateImpl(byte[] buf, int offset, int byteCount, long adler1);
CRC32.java 76 crc = updateImpl(buf, offset, byteCount, crc);
79 private native long updateImpl(byte[] buf, int offset, int byteCount, long crc1);

Completed in 186 milliseconds