Searched refs:pNumBitValidInLastWord (Results 1 – 2 of 2) sorted by relevance
106 USHORT *pNumBitValidInLastWord);133 USHORT *pNumBitValidInLastWord; in DecodeNonPCWs() local154 pNumBitValidInLastWord = &(pHcr->segmentInfo.pNumBitValidInLastWord); in DecodeNonPCWs()161 pNumBitValidInLastWord); in DecodeNonPCWs()275 …odewordBitfield[*pNumWordForBitfield-1] & (1 << (NUMBER_OF_BIT_IN_WORD - *pNumBitValidInLastWord)); in DecodeNonPCWs()276 tempBit = tempBit >> (NUMBER_OF_BIT_IN_WORD - *pNumBitValidInLastWord); in DecodeNonPCWs()279 …dewordBitfield[*pNumWordForBitfield-1] & ~(1 << (NUMBER_OF_BIT_IN_WORD - *pNumBitValidInLastWord)); in DecodeNonPCWs()325 USHORT *pNumBitValidInLastWord) in InitSegmentBitfield() argument338 *pNumBitValidInLastWord = *pNumSegment; in InitSegmentBitfield()353 …*pNumBitValidInLastWord -= NUMBER_OF_BIT_IN_WORD; /* calculate number of zer… in InitSegmentBitfield()[all …]
310 USHORT pNumBitValidInLastWord; member