Searched refs:m_counting (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.h22 bool m_counting; member in class:LowFirstBitWriter
H A Dzdeflate.cpp17 : Filter(attachment), m_counting(false), m_buffer(0), m_bitsBuffered(0), m_bytesBuffered(0)
23 assert(!m_counting);
24 m_counting = true;
30 assert(m_counting);
31 m_counting = false;
37 if (m_counting)
60 if (m_counting)

Completed in 163 milliseconds