Searched refs:NormalizeCode (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.h75 static code_t NormalizeCode(code_t code, unsigned int codeBits);
H A Dzinflate.cpp57 inline HuffmanDecoder::code_t HuffmanDecoder::NormalizeCode(HuffmanDecoder::code_t code, unsigned int codeBits) function in class:HuffmanDecoder
77 // The NormalizeCode() function is used to convert from (3) to (2)
126 code = NormalizeCode(nextCode[len]++, len);
138 m_normalizedCacheMask = NormalizeCode(m_cacheMask, m_cacheBits);

Completed in 104 milliseconds