Searched refs:tempBit (Results 1 – 1 of 1) sorted by relevance
139 INT tempBit; in DecodeNonPCWs() local275 …tempBit = pCodewordBitfield[*pNumWordForBitfield-1] & (1 << (NUMBER_OF_BIT_IN_WORD - *pNumBitValid… in DecodeNonPCWs()276 tempBit = tempBit >> (NUMBER_OF_BIT_IN_WORD - *pNumBitValidInLastWord); in DecodeNonPCWs()297 pCodewordBitfield[0] = pCodewordBitfield[0] | (tempBit << (NUMBER_OF_BIT_IN_WORD-1)); in DecodeNonPCWs()