OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deflateBytes
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/java/java/util/zip/
Deflater.java
430
int n =
deflateBytes
(zsRef.address(), b, off, len, flush);
556
private native int
deflateBytes
(long addr, byte[] b, int off, int len,
/libcore/ojluni/src/main/native/
java_util_zip_Deflater.c
241
NATIVE_METHOD(Deflater,
deflateBytes
, "(J[BIII)I"),
Completed in 609 milliseconds