Home | History | Annotate | Download | only in PeiLib

Lines Matching refs:Index2

695   UINT16  Index2;

717 Index2 = Sd->mCTable[Sd->mBitBuf >> (BITBUFSIZ - 12)];
719 if (Index2 >= NC) {
724 Index2 = Sd->mRight[Index2];
726 Index2 = Sd->mLeft[Index2];
730 } while (Index2 >= NC);
735 FillBuf (Sd, Sd->mCLen[Index2]);
737 return Index2;