Searched refs:tempBit (Results 1 – 1 of 1) sorted by relevance
147 INT tempBit; in DecodeNonPCWs() local300 tempBit = pCodewordBitfield[*pNumWordForBitfield - 1] & in DecodeNonPCWs()302 tempBit = tempBit >> (NUMBER_OF_BIT_IN_WORD - *pNumBitValidInLastWord); in DecodeNonPCWs()333 pCodewordBitfield[0] | (tempBit << (NUMBER_OF_BIT_IN_WORD - 1)); in DecodeNonPCWs()