Searched refs:m_normalizedCacheMask (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dzinflate.cpp138 m_normalizedCacheMask = NormalizeCode(m_cacheMask, m_cacheBits);
139 assert(m_normalizedCacheMask == BitReverse(m_cacheMask));
150 normalizedCode &= m_normalizedCacheMask;
161 const CodeInfo *last = & *(std::upper_bound(m_codeToValue.begin(), m_codeToValue.end(), normalizedCode + ~m_normalizedCacheMask, CodeLessThan())-1);
H A Dzinflate.h78 unsigned int m_maxCodeBits, m_cacheBits, m_cacheMask, m_normalizedCacheMask; member in class:HuffmanDecoder

Completed in 172 milliseconds