Home | History | Annotate | Download | only in dist

Lines Matching refs:iList

48961   int iList;                      /* Index into input list */
48969 for(iList=0; iList<nList; iList++){
48971 aMerge = &aList[iList];
48972 for(iSub=0; iList & (1<<iSub); iSub++){
48975 assert( p->aList==&aList[iList&~((2<<iSub)-1)] );