Home | History | Annotate | Download | only in evp

Lines Matching defs:jj

305 			int z,jj;
308 jj=(i>>2)<<2;
310 jj = i & ~3; /* process per 4 */
313 (unsigned char *)ctx->tmp,jj);
314 if (jj > 2)
316 if (ctx->tmp[jj-1] == '=')
319 if (ctx->tmp[jj-2] == '=')
323 /* z is now number of output bytes and jj is the
325 if (jj != i)
327 memmove(ctx->tmp, &ctx->tmp[jj], i-jj);
328 ctx->tmp_len=i-jj;