Home | History | Annotate | Download | only in lib

Lines Matching full:sortpointer

182     int *sortpointer[VIF_POSIT+2];
183 for(j=0;j<count+2;j++)sortpointer[j]=info->postlist+j;
184 qsort(sortpointer,count+2,sizeof(*sortpointer),icomp);
187 if(*sortpointer[j-1]==*sortpointer[j])goto err_out;
200 int *sortpointer[VIF_POSIT+2];
220 for(i=0;i<n;i++)sortpointer[i]=info->postlist+i;
221 qsort(sortpointer,n,sizeof(*sortpointer),icomp);
224 for(i=0;i<n;i++)look->forward_index[i]=sortpointer[i]-info->postlist;