Home | History | Annotate | Download | only in dist

Lines Matching refs:iElem

21105     int iElem = (iPg / 32);
21107 pMap->aElem[iElem] |= (((u32)1) << iBit);
21118 int iElem = (iPg / 32);
21120 ret = (pMap->aElem[iElem] & (((u32)1) << iBit)) ? 1 : 0;