Searched refs:destTmpDataNum (Results 1 – 2 of 2) sorted by relevance
495 u32 destTmpDataNum = 4 + ( dataBit & 0x7 ); in SecureUncompressHuffman() local561 destTmp >>= (destTmpDataNum - destTmpCount) * dataBit; in SecureUncompressHuffman()562 destTmpCount = destTmpDataNum; in SecureUncompressHuffman()565 if ( destTmpCount == destTmpDataNum ) in SecureUncompressHuffman()
334 u32 destTmpDataNum = 4 + ( dataBit & 0x7 ); in UncompressHuffman() local359 if ( ++destTmpCount == destTmpDataNum ) in UncompressHuffman()