Home | History | Annotate | Download | only in dist

Lines Matching refs:iSub

50383   int iSub = 0;                   /* Index into aSub array */
50393 for(iSub=0; iList & (1<<iSub); iSub++){
50394 struct Sublist *p = &aSub[iSub];
50395 assert( p->aList && p->nList<=(1<<iSub) );
50396 assert( p->aList==&aList[iList&~((2<<iSub)-1)] );
50399 aSub[iSub].aList = aMerge;
50400 aSub[iSub].nList = nMerge;
50403 for(iSub++; iSub<ArraySize(aSub); iSub++){
50404 if( nList & (1<<iSub) ){
50405 struct Sublist *p = &aSub[iSub];
50406 assert( p->nList<=(1<<iSub) );
50407 assert( p->aList==&aList[nList&~((2<<iSub)-1)] );
65131 int iSub; /* 0 = main program, 1 = first sub-program etc. */
65139 if( p->iSub<=p->nSub ){
65141 if( p->iSub==0 ){
65145 aOp = p->apSub[p->iSub-1]->aOp;
65146 nOp = p->apSub[p->iSub-1]->nOp;
65153 p->iSub++;