Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DInflater.c49 static jfieldID bufID, offID, lenID; variable
55 bufID = (*env)->GetFieldID(env, cls, "buf", "[B"); in Inflater_initIDs()
121 jarray this_buf = (jarray)(*env)->GetObjectField(env, this, bufID); in Inflater_inflateBytes()
DDeflater.c49 static jfieldID bufID, offID, lenID; variable
58 bufID = (*env)->GetFieldID(env, cls, "buf", "[B"); in Deflater_initIDs()
130 jarray this_buf = (*env)->GetObjectField(env, this, bufID); in Deflater_deflateBytes()