Home | History | Annotate | Download | only in bsdiff

Lines Matching defs:jj

45 	off_t i,j,k,x,tmp,jj,kk;
67 jj=0;kk=0;
69 if(V[I[i]+h]<x) jj++;
72 jj+=start;kk+=jj;
75 while(i<jj) {
79 tmp=I[i];I[i]=I[jj+j];I[jj+j]=tmp;
87 while(jj+j<kk) {
88 if(V[I[jj+j]+h]==x) {
91 tmp=I[jj+j];I[jj+j]=I[kk+k];I[kk+k]=tmp;
96 if(jj>start) split(I,V,start,jj-start,h);
98 for(i=0;i<kk-jj;i++) V[I[jj+i]]=kk-1;
99 if(jj==kk-1) I[jj]=-1;