Home
last modified time | relevance | path

Searched defs:updateImpl (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/java/java/util/zip/
DAdler32.java77 private native long updateImpl(byte[] buf, int offset, int byteCount, long adler1); in updateImpl() method in Adler32
DCRC32.java79 private native long updateImpl(byte[] buf, int offset, int byteCount, long crc1); in updateImpl() method in CRC32