Home
last modified time | relevance | path

Searched defs:updateBytes (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/annotations/hiddenapi/java/util/zip/
DCRC32.java64 private static native int updateBytes(int crc, byte[] b, int off, int len); in updateBytes() method in CRC32
DAdler32.java64 private static native int updateBytes(int adler, byte[] b, int off, int len); in updateBytes() method in Adler32
/libcore/ojluni/src/main/java/java/util/zip/
DAdler32.java138 private native static int updateBytes(int adler, byte[] b, int off, in updateBytes() method in Adler32
DCRC32.java135 private native static int updateBytes(int crc, byte[] b, int off, int len); in updateBytes() method in CRC32