Searched refs:remainingCodewordsInSet (Results 1 – 1 of 1) sorted by relevance
146 UINT remainingCodewordsInSet; in DecodeNonPCWs() local197 …for (remainingCodewordsInSet = codewordInSet; remainingCodewordsInSet < NUMBER_OF_BIT_IN_WORD ; re… in DecodeNonPCWs()198 …tempWord = tempWord & ~(1 << (NUMBER_OF_BIT_IN_WORD-1-remainingCodewordsInSet)); /* set a zero at … in DecodeNonPCWs()