Searched refs:updateBytes0 (Results 1 – 2 of 2) sorted by relevance
152 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
79 NATIVE_METHOD(Java_java_util_zip_CRC32, updateBytes0, "(I[BII)I"),