Lines Matching defs:jj
261 int z, jj;
263 jj = i & ~3; /* process per 4 */
265 (unsigned char *)ctx->tmp, jj);
266 if (jj > 2) {
267 if (ctx->tmp[jj - 1] == '=') {
269 if (ctx->tmp[jj - 2] == '=')
274 * z is now number of output bytes and jj is the number consumed
276 if (jj != i) {
277 memmove(ctx->tmp, &ctx->tmp[jj], i - jj);
278 ctx->tmp_len = i - jj;