Lines Matching refs:pNumWordForBitfield
115 UCHAR *pNumWordForBitfield,
140 UCHAR *pNumWordForBitfield; in DecodeNonPCWs() local
161 pNumWordForBitfield = &(pHcr->segmentInfo.numWordForBitfield); in DecodeNonPCWs()
166 pSegmentBitfield, pNumWordForBitfield, in DecodeNonPCWs()
193 for (bitfieldWord = *pNumWordForBitfield; bitfieldWord != 0; in DecodeNonPCWs()
238 for (bitfieldWord = 0; bitfieldWord < *pNumWordForBitfield; in DecodeNonPCWs()
300 tempBit = pCodewordBitfield[*pNumWordForBitfield - 1] & in DecodeNonPCWs()
305 pCodewordBitfield[*pNumWordForBitfield - 1] = in DecodeNonPCWs()
306 pCodewordBitfield[*pNumWordForBitfield - 1] & in DecodeNonPCWs()
310 pCodewordBitfield[*pNumWordForBitfield - 1] = in DecodeNonPCWs()
311 pCodewordBitfield[*pNumWordForBitfield - 1] >> 1; in DecodeNonPCWs()
315 for (bitfieldWord = *pNumWordForBitfield - 2; bitfieldWord > -1; in DecodeNonPCWs()
362 UCHAR *pNumWordForBitfield, in InitSegmentBitfield() argument
370 *pNumWordForBitfield = in InitSegmentBitfield()
382 for (bitfieldWord = 0; bitfieldWord < *pNumWordForBitfield - 1; in InitSegmentBitfield()