Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DDeflater.c118 jlong bufferAddr, jint len) in Deflater_setDictionaryBuffer() argument
121 Bytef *buf = jlong_to_ptr(bufferAddr); in Deflater_setDictionaryBuffer()
DInflater.c123 jlong bufferAddr, jint len) in Inflater_setDictionaryBuffer() argument
126 Bytef *buf = jlong_to_ptr(bufferAddr); in Inflater_setDictionaryBuffer()