Searched refs:pNumBitValidInLastWord (Results 1 – 2 of 2) sorted by relevance
116 USHORT *pNumBitValidInLastWord);141 USHORT *pNumBitValidInLastWord; in DecodeNonPCWs() local162 pNumBitValidInLastWord = &(pHcr->segmentInfo.pNumBitValidInLastWord); in DecodeNonPCWs()167 pNumBitValidInLastWord); in DecodeNonPCWs()301 (1 << (NUMBER_OF_BIT_IN_WORD - *pNumBitValidInLastWord)); in DecodeNonPCWs()302 tempBit = tempBit >> (NUMBER_OF_BIT_IN_WORD - *pNumBitValidInLastWord); in DecodeNonPCWs()307 ~(1 << (NUMBER_OF_BIT_IN_WORD - *pNumBitValidInLastWord)); in DecodeNonPCWs()363 USHORT *pNumBitValidInLastWord) { in InitSegmentBitfield() argument379 *pNumBitValidInLastWord = *pNumSegment; in InitSegmentBitfield()397 *pNumBitValidInLastWord -= NUMBER_OF_BIT_IN_WORD; /* calculate number of in InitSegmentBitfield()[all …]
382 USHORT pNumBitValidInLastWord; member