Home | History | Annotate | Download | only in src

Lines Matching refs:numExtendedSortedSectionsInSetsIdx

126                                                        int      numExtendedSortedSectionsInSetsIdx);
501 pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx);
506 pTmp3 = pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx;
528 pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx = pTmp3;
995 int numExtendedSortedSectionsInSetsIdx)
1017 pNumExSortSecInSets[numExtendedSortedSectionsInSetsIdx] = counter;
1018 numExtendedSortedSectionsInSetsIdx++;
1019 if (numExtendedSortedSectionsInSetsIdx >= MAX_HCR_SETS) {
1026 pNumExSortSecInSets[numExtendedSortedSectionsInSetsIdx] = counter; /* save last entry for the last - probably shorter - set */
1060 int numExtendedSortedSectionsInSetsIdx = pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx;
1081 for ( extSortSec = pNumExtendedSortedSectionsInSets[numExtendedSortedSectionsInSetsIdx]; extSortSec != 0; extSortSec-- ) {
1274 numExtendedSortedSectionsInSetsIdx++;
1275 if (numExtendedSortedSectionsInSetsIdx >= MAX_HCR_SETS) {
1282 pHcr->sectionInfo.numExtendedSortedSectionsInSetsIdx = numExtendedSortedSectionsInSetsIdx;