OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:this_off
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/native/
java_util_zip_Deflater.c
126
jint
this_off
= (*env)->GetIntField(env, this, offID);
local
149
strm->next_in = (Bytef *) (in_buf +
this_off
);
160
this_off
+= this_len - strm->avail_in;
161
(*env)->SetIntField(env, this, offID,
this_off
);
188
strm->next_in = (Bytef *) (in_buf +
this_off
);
201
this_off
+= this_len - strm->avail_in;
202
(*env)->SetIntField(env, this, offID,
this_off
);
java_util_zip_Inflater.c
115
jint
this_off
= (*env)->GetIntField(env, this, offID);
local
135
strm->next_in = (Bytef *) (in_buf +
this_off
);
148
this_off
+= this_len - strm->avail_in;
149
(*env)->SetIntField(env, this, offID,
this_off
);
155
this_off
+= this_len - strm->avail_in;
156
(*env)->SetIntField(env, this, offID,
this_off
);
Completed in 66 milliseconds