Home | History | Annotate | Download | only in applypatch

Lines Matching refs:jj

62 	off_t i,j,k,x,tmp,jj,kk;
84 jj=0;kk=0;
86 if(V[I[i]+h]<x) jj++;
89 jj+=start;kk+=jj;
92 while(i<jj) {
96 tmp=I[i];I[i]=I[jj+j];I[jj+j]=tmp;
104 while(jj+j<kk) {
105 if(V[I[jj+j]+h]==x) {
108 tmp=I[jj+j];I[jj+j]=I[kk+k];I[kk+k]=tmp;
113 if(jj>start) split(I,V,start,jj-start,h);
115 for(i=0;i<kk-jj;i++) V[I[jj+i]]=kk-1;
116 if(jj==kk-1) I[jj]=-1;