Searched refs:offID (Results 1 – 2 of 2) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | Inflater.c | 49 static jfieldID bufID, offID, lenID; variable 56 offID = (*env)->GetFieldID(env, cls, "off", "I"); in Inflater_initIDs() 122 jint this_off = (*env)->GetIntField(env, this, offID); in Inflater_inflateBytes() 156 (*env)->SetIntField(env, this, offID, this_off); in Inflater_inflateBytes() 163 (*env)->SetIntField(env, this, offID, this_off); in Inflater_inflateBytes()
|
D | Deflater.c | 49 static jfieldID bufID, offID, lenID; variable 59 offID = (*env)->GetFieldID(env, cls, "off", "I"); in Deflater_initIDs() 131 jint this_off = (*env)->GetIntField(env, this, offID); in Deflater_deflateBytes() 166 (*env)->SetIntField(env, this, offID, this_off); in Deflater_deflateBytes() 207 (*env)->SetIntField(env, this, offID, this_off); in Deflater_deflateBytes()
|