Searched refs:destTmpCount (Results 1 – 2 of 2) sorted by relevance
494 u32 destTmpCount = 0; in SecureUncompressHuffman() local557 ++destTmpCount; in SecureUncompressHuffman()559 if ( destCount <= (s32)((destTmpCount * dataBit) / 8) ) in SecureUncompressHuffman()561 destTmp >>= (destTmpDataNum - destTmpCount) * dataBit; in SecureUncompressHuffman()562 destTmpCount = destTmpDataNum; in SecureUncompressHuffman()565 if ( destTmpCount == destTmpDataNum ) in SecureUncompressHuffman()570 destTmpCount = 0; in SecureUncompressHuffman()
333 u32 destTmpCount = 0; in UncompressHuffman() local359 if ( ++destTmpCount == destTmpDataNum ) in UncompressHuffman()364 destTmpCount = 0; in UncompressHuffman()