Home
last modified time | relevance | path

Searched refs:updateBytes0 (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/zip/
DCRC32.java152 return updateBytes0(crc, b, off, len); in updateBytes()
156 private static native int updateBytes0(int crc, byte[] b, int off, int len); in updateBytes0() method in CRC32
/libcore/ojluni/src/main/native/
DCRC32.c79 NATIVE_METHOD(Java_java_util_zip_CRC32, updateBytes0, "(I[BII)I"),