Searched refs:destTmpCount (Results 1 – 2 of 2) sorted by relevance
476 u32 destTmpCount = 0; in CXSecureUncompressHuffman() local539 ++destTmpCount; in CXSecureUncompressHuffman()541 if ( destCount <= (destTmpCount * dataBit) / 8 ) in CXSecureUncompressHuffman()543 destTmp >>= (destTmpDataNum - destTmpCount) * dataBit; in CXSecureUncompressHuffman()544 destTmpCount = destTmpDataNum; in CXSecureUncompressHuffman()547 if ( destTmpCount == destTmpDataNum ) in CXSecureUncompressHuffman()552 destTmpCount = 0; in CXSecureUncompressHuffman()
322 u32 destTmpCount = 0; in CXUncompressHuffman() local348 if ( ++destTmpCount == destTmpDataNum ) in CXUncompressHuffman()353 destTmpCount = 0; in CXUncompressHuffman()