Searched refs:m_literal (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.cpp508 if (!literalDecoder.Decode(m_reader, m_literal))
513 if (m_literal < 256)
514 OutputByte((byte)m_literal);
515 else if (m_literal == 256) // end of block
522 if (m_literal > 285)
526 bits = lengthExtraBits[m_literal-257];
532 m_literal = m_reader.GetBits(bits) + lengthStarts[m_literal-257];
547 OutputPast(m_literal, m_distance);
H A Dzinflate.h140 unsigned int m_literal, m_distance; // for LENGTH_BITS or DISTANCE_BITS member in class:Inflator

Completed in 152 milliseconds