Home | History | Annotate | Download | only in hardware

Lines Matching defs:mIndex

1792         private int mIndex;
1795 mIndex = COUNT;
1802 float v1 = mV[mIndex];
1812 mIndex++;
1813 if (mIndex >= COUNT*2)
1814 mIndex = COUNT;
1815 mV[mIndex] = v;
1816 mT[mIndex] = t;
1817 mV[mIndex-COUNT] = v;
1818 mT[mIndex-COUNT] = t;
1826 final int j = mIndex - 1 - i;