Searched refs:huffTable9 (Results 1 – 4 of 4) sorted by relevance
911 u16* huffTable9; // Huffman table for length in SecureUncompressLH() local923 huffTable9 = static_cast<u16*>(work); in SecureUncompressLH()943 pSrc += HuffImportTree( huffTable9, pSrc, LENGTH_BITS, srcSize - ((u32)pSrc - (u32)srcp) ); in SecureUncompressLH()948 if ( ! internal::LHVerifyTable( huffTable9, LENGTH_BITS ) ) in SecureUncompressLH()968 u16* nodep = huffTable9 + 1; in SecureUncompressLH()
714 context->nodep = context->huffTable9 + 1; in InitUncompContextLH()831 context->huffTable9[ context->tableIdx++ ] = (u16)val; in ReadUncompLH()836 context->huffTable9[ 0 ] = (u16)context->tableIdx; in ReadUncompLH()848 if ( ! internal::LHVerifyTable( context->huffTable9, LENGTH_BITS ) ) in ReadUncompLH()947 nodep = context->huffTable9 + 1; in ReadUncompLH()1031 nodep = context->huffTable9 + 1; in ReadUncompLH()
505 u16* huffTable9; in UncompressLH() local508 huffTable9 = static_cast<u16*>(work); in UncompressLH()521 pSrc += HuffImportTree( huffTable9, pSrc, LENGTH_BITS ); in UncompressLH()530 u16* nodep = huffTable9 + 1; in UncompressLH()
92 u16 huffTable9 [ 1 << (9 + 1) ]; // member