Lines Matching defs:numIndices
461 int numIndices = getNumIndices();
463 DE_ASSERT(numIndices > 0);
465 DE_ASSERT(m_endWithRestart || getIndex(numIndices-1) != restartIndex); // We don't want restarts at end unless the case is a special case.
468 for (int i = 1; i < numIndices; i++)
571 int numIndices = getNumIndices();
572 for (int i = 0; i < numIndices; i++)
617 int numIndices = getNumIndices();
619 DE_ASSERT(numIndices >= 0);
623 for (int indexArrayNdx = 0; indexArrayNdx <= numIndices; indexArrayNdx++) // \note Goes one "too far" in order to detect end of array as well.
625 if (indexArrayNdx >= numIndices || getIndex(indexArrayNdx) == restartIndex) // \note Handle end of array the same way as a restart index encounter.
627 if (indexArrayStartNdx < numIndices)