HomeSort by relevance Sort by last modified time
    Searched full:sortpointer (Results 1 - 1 of 1) sorted by null

  /external/libvorbis/lib/
floor1.c 182 int *sortpointer[VIF_POSIT+2]; local
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]; local
220 for(i=0;i<n;i++)sortpointer[i]=info->postlist+i;
221 qsort(sortpointer,n,sizeof(*sortpointer),icomp)
    [all...]

Completed in 79 milliseconds