Home | History | Annotate | Download | only in dicnode

Lines Matching refs:mInputIndex

32         mInputIndex[0] -= commitPoint;
37 // TODO: The initial value for mInputIndex should be -1?
38 //mInputIndex[i] = i == 0 ? 0 : -1;
39 mInputIndex[i] = 0;
47 mInputIndex[i] = src->mInputIndex[i];
56 mInputIndex[pointerId] = inputIndex;
71 if (mInputIndex[pointerId] < 0) {
72 mInputIndex[pointerId] = val;
74 mInputIndex[pointerId] = mInputIndex[pointerId] + val;
80 return mInputIndex[pointerId];
95 int mInputIndex[MAX_POINTER_COUNT_G];