Searched refs:NUMBER_OF_BIT_IN_WORD (Results 1 – 2 of 2) sorted by relevance
190 …if ( codewordInSet > NUMBER_OF_BIT_IN_WORD ) { /* more codewords than number of bits => fil… in DecodeNonPCWs()193 codewordInSet -= NUMBER_OF_BIT_IN_WORD; /* subtract number of bits */ in DecodeNonPCWs()197 …emainingCodewordsInSet = codewordInSet; remainingCodewordsInSet < NUMBER_OF_BIT_IN_WORD ; remainin… in DecodeNonPCWs()198 …tempWord = tempWord & ~(1 << (NUMBER_OF_BIT_IN_WORD-1-remainingCodewordsInSet)); /* set a zero at … in DecodeNonPCWs()233 for ( bitInWord = NUMBER_OF_BIT_IN_WORD; bitInWord > 0; bitInWord-- ) { in DecodeNonPCWs()260 …segmentOffset += NUMBER_OF_BIT_IN_WORD; /* add NUMBER_OF_BIT_IN_WORD at … in DecodeNonPCWs()262 …codewordOffset += NUMBER_OF_BIT_IN_WORD; /* add NUMBER_OF_BIT_IN_WORD at … in DecodeNonPCWs()275 …tempBit = pCodewordBitfield[*pNumWordForBitfield-1] & (1 << (NUMBER_OF_BIT_IN_WORD - *pNumBitValid… in DecodeNonPCWs()276 tempBit = tempBit >> (NUMBER_OF_BIT_IN_WORD - *pNumBitValidInLastWord); in DecodeNonPCWs()279 …Bitfield-1] = pCodewordBitfield[*pNumWordForBitfield-1] & ~(1 << (NUMBER_OF_BIT_IN_WORD - *pNumBit… in DecodeNonPCWs()[all …]
133 #define NUMBER_OF_BIT_IN_WORD 32 macro301 UINT pSegmentBitfield[((1024>>1)/NUMBER_OF_BIT_IN_WORD+1)];302 UINT pCodewordBitfield[((1024>>1)/NUMBER_OF_BIT_IN_WORD+1)];