Searched refs:m_lastSize (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dfilters.cpp298 : Filter(attachment), m_firstSize(firstSize), m_blockSize(blockSize), m_lastSize(lastSize)
301 if (m_firstSize < 0 || m_blockSize < 1 || m_lastSize < 0)
309 InitializeDerivedAndReturnNewSizes(parameters, m_firstSize, m_blockSize, m_lastSize);
310 if (m_firstSize < 0 || m_blockSize < 1 || m_lastSize < 0)
343 m_queue.ResetQueue(m_blockSize, (2*m_blockSize+m_lastSize-2)/m_blockSize);
354 while (newLength > m_lastSize && m_queue.CurrentSize() > 0)
356 size_t len = newLength - m_lastSize;
362 if (newLength > m_lastSize)
364 size_t len = newLength - m_lastSize;
372 while (newLength >= m_blockSize + m_lastSize
[all...]
H A Dfilters.h222 size_t m_firstSize, m_blockSize, m_lastSize; member in class:FilterWithBufferedInput
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dsplitter.cpp96 m_lastSize.x = size.x;
98 m_lastSize.y = size.y;
129 m_lastSize = wxSize(0,0);
428 m_lastSize = wxSize(0,0);
442 int old_size = m_splitMode == wxSPLIT_VERTICAL ? m_lastSize.x : m_lastSize.y;
457 m_lastSize = wxSize(w,h);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dsplitter.h283 wxSize m_lastSize; member in class:wxSplitterWindow

Completed in 122 milliseconds