Home | History | Annotate | Download | only in utility

Lines Matching refs:Index2

563   UINT16  Index2;
585 Index2 = Sd->mCTable[Sd->mBitBuf >> (BITBUFSIZ - 12)];
587 if (Index2 >= NC) {
592 Index2 = Sd->mRight[Index2];
594 Index2 = Sd->mLeft[Index2];
598 } while (Index2 >= NC);
603 FillBuf (Sd, Sd->mCLen[Index2]);
605 return Index2;