Searched refs:dataBit (Results 1 – 2 of 2) sorted by relevance
492 u32 dataBit = *(u8*)pSrc & 0x0FU; in SecureUncompressHuffman() local495 u32 destTmpDataNum = 4 + ( dataBit & 0x7 ); in SecureUncompressHuffman()503 if ( (dataBit != 4) && (dataBit != 8) ) in SecureUncompressHuffman()521 if ( ! internal::VerifyHuffmanTable(treep, (u8)dataBit) ) in SecureUncompressHuffman()554 destTmp >>= dataBit; in SecureUncompressHuffman()555 destTmp |= *treep << (32 - dataBit); in SecureUncompressHuffman()559 if ( destCount <= (s32)((destTmpCount * dataBit) / 8) ) in SecureUncompressHuffman()561 destTmp >>= (destTmpDataNum - destTmpCount) * dataBit; in SecureUncompressHuffman()
331 u32 dataBit = *(u8*)pSrc & 0x0FU; in UncompressHuffman() local334 u32 destTmpDataNum = 4 + ( dataBit & 0x7 ); in UncompressHuffman()356 destTmp >>= dataBit; in UncompressHuffman()357 destTmp |= *treep << (32 - dataBit); in UncompressHuffman()