Lines Matching refs:maxIndex
538 int32_t maxIndex = 0; in initSamples() local
544 otherIndex = maxIndex; in initSamples()
546 ++maxIndex; in initSamples()
551 ++maxIndex; in initSamples()
555 if (NULL == newSampleInfo.allocateInsteadAndCopy(maxIndex)) { in initSamples()
571 newSampleInfo[maxIndex - 1] = 0; // unlimited in initSamples()
582 for (int i = 0, keywordsRemaining = maxIndex; in initSamples()
603 found = otherIndex == -1 ? maxIndex - 1 : otherIndex; in initSamples()
633 for (int i = 0, j = 0; i < maxIndex; ++i) { in initSamples()
643 for (int i = 0; i < maxIndex; ++i) { in initSamples()
656 mSampleInfoCount = maxIndex; in initSamples()