Searched refs:m_previousLength (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 Dzdeflate.cpp366 assert(m_previousLength < MAX_MATCH);
369 unsigned int bestLength = STDMAX(m_previousLength, (unsigned int)MIN_MATCH-1);
378 if (m_previousLength >= GOOD_MATCH)
442 if (m_previousLength >= MAX_LAZYLENGTH)
451 MatchFound(m_stringStart-1-m_previousMatch, m_previousLength);
452 m_stringStart += m_previousLength-1;
453 m_lookahead -= m_previousLength-1;
458 m_previousLength = matchLength;
467 m_previousLength = 0;
468 m_previousLength
[all...]
H A Dzdeflate.h109 unsigned int m_dictionaryEnd, m_stringStart, m_lookahead, m_minLookahead, m_previousMatch, m_previousLength; member in class:Deflator

Completed in 212 milliseconds