Searched refs:jj (Results 1 - 3 of 3) sorted by relevance

/ast/src/lib/libbz/
H A Ddecompress.c383 Int32 ii, jj, kk; local
386 for (jj = MTFL_SIZE-1; jj >= 0; jj--) {
387 s->mtfa[kk] = (UChar)(ii * MTFL_SIZE + jj);
441 Int32 ii, jj, kk, pp, lno, off; local
482 for (jj = MTFL_SIZE-1; jj >= 0; jj--) {
483 s->mtfa[kk] = s->mtfa[s->mtfbase[ii] + jj];
[all...]
/ast/src/cmd/mam/
H A Dshmam.awk216 function get_cmds(str, i,j,k,jj,ii,kk,arr,tmp)
493 function call_AR_cmds(lin, nlin, cmd, cmdtype, iindex, i,j,k,arr,tmp,opt, kloop, command, src, dest, starti, ddest, dsrc, bdest, bsrc, opt, u,jj)
503 for (jj=1; jj<=x; jj++)
504 if (isin(cdep[tar], arr[jj]) < 0) {
505 newstr=cdep[tar] " " arr[jj]
727 jj=insorder[iorder] #jj is the unique install option
729 jjn = split(jj, ar
[all...]
/ast/src/cmd/pzip/
H A Dpin.c818 int jj; local
859 if (sfsscanf(s + 1, "%d %d %I*u", &ii, &jj, sizeof(z), &z) != 3 || ii < 0 || jj < 0 || state.pairs && (ii >= state.pairs || jj >= state.pairs))
864 jj = state.pam[jj];
866 if (ii >= row || jj >= row)
868 siz[ii][jj] = z;
869 if (ii == jj)
873 hit[ii] = hit[jj]
[all...]

Completed in 16 milliseconds