Lines Matching refs:pNumSegment
112 static UINT InitSegmentBitfield(UINT *pNumSegment,
137 UINT *pNumSegment; in DecodeNonPCWs() local
158 pNumSegment = &(pHcr->segmentInfo.numSegment); in DecodeNonPCWs()
165 numValidSegment = InitSegmentBitfield(pNumSegment, pRemainingBitsInSegment, in DecodeNonPCWs()
171 numSet = ((numCodeword - 1) / *pNumSegment) + 1; in DecodeNonPCWs()
181 *pNumSegment; /* number of remaining non PCWs [for all sets] */ in DecodeNonPCWs()
182 if (numCodeword < *pNumSegment) { in DecodeNonPCWs()
185 codewordInSet = *pNumSegment; /* for all sets except last set */ in DecodeNonPCWs()
231 for (trial = *pNumSegment; trial > 0; trial--) { in DecodeNonPCWs()
272 *pNumSegment); /* index of the current codeword in DecodeNonPCWs()
284 *pNumSegment); /* index of the current codeword lies within in DecodeNonPCWs()
293 ModuloValue(codewordOffsetBase, *pNumSegment); /* index of the in DecodeNonPCWs()
361 static UINT InitSegmentBitfield(UINT *pNumSegment, in InitSegmentBitfield() argument
373 (*pNumSegment == 0) in InitSegmentBitfield()
375 : ((*pNumSegment - 1) >> THIRTYTWO_LOG_DIV_TWO_LOG) + 1; in InitSegmentBitfield()
381 *pNumBitValidInLastWord = *pNumSegment; in InitSegmentBitfield()