Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/zip/
DInflater.java390 result = inflateBytesBytes(zsRef.address(), in inflate()
413 result = inflateBytesBytes(zsRef.address(), in inflate()
540 result = inflateBytesBytes(zsRef.address(), in inflate()
589 result = inflateBytesBytes(zsRef.address(), in inflate()
739 private native long inflateBytesBytes(long addr, in inflateBytesBytes() method in Inflater
/libcore/ojluni/src/main/native/
DInflater.c314 NATIVE_METHOD(Inflater, inflateBytesBytes, "(J[BII[BII)J"),