Home | History | Annotate | Download | only in src

Lines Matching refs:numSegment

122 static void DeriveNumberOfExtendedSortedSectionsInSets(UINT   numSegment,
497 DeriveNumberOfExtendedSortedSectionsInSets(pHcr->segmentInfo.numSegment,
832 description: This function calculates the segmentation, which includes numSegment,
841 USHORT numSegment = 0;
873 numSegment += 1;
895 pHcr->segmentInfo.numSegment = numSegment;
921 UINT numSegment = pHcr->segmentInfo.numSegment;
929 inSegmentRemainNumCW = numSegment;
938 inSegmentRemainNumCW = numSegment;
947 inSegmentRemainNumCW = numSegment;
986 untill the value numSegment is reached. Then the sum_variable is cleared
988 Sections are summed up to reach the value numSegment, as much is the
991 static void DeriveNumberOfExtendedSortedSectionsInSets(UINT numSegment,
1009 if (cwSum > numSegment) {
1016 if ( cwSum == numSegment ) {
1337 UINT numSegment = pHcr->segmentInfo.numSegment;
1339 for ( i=numSegment; i != 0 ; i--) {