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()303 (1 << (NUMBER_OF_BIT_IN_WORD - *pNumBitValidInLastWord)); in DecodeNonPCWs()304 tempBit = tempBit >> (NUMBER_OF_BIT_IN_WORD - *pNumBitValidInLastWord); in DecodeNonPCWs()309 ~(1 << (NUMBER_OF_BIT_IN_WORD - *pNumBitValidInLastWord)); in DecodeNonPCWs()365 USHORT *pNumBitValidInLastWord) { in InitSegmentBitfield() argument381 *pNumBitValidInLastWord = *pNumSegment; in InitSegmentBitfield()399 *pNumBitValidInLastWord -= NUMBER_OF_BIT_IN_WORD; /* calculate number of in InitSegmentBitfield()[all …]
382 USHORT pNumBitValidInLastWord; member