Searched refs:m_last (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dhrtimer.cpp33 m_last = m_start = GetCurrentTimerValue();
45 if (m_last < now) // protect against OS bugs where time goes backwards
46 m_last = now;
47 return ConvertTo(m_last - m_start, m_timerUnit);
H A Dhrtimer.h36 TimerWord m_start, m_last; member in class:TimerBase
H A Dnbtheory.cpp296 Integer m_first, m_last, m_step; member in class:PrimeSieve
303 : m_first(first), m_last(last), m_step(step), m_delta(delta), m_next(0)
315 if (m_first > m_last)
352 unsigned int sieveSize = STDMIN(Integer(maxSieveSize), (m_last-m_first)/m_step+1).ConvertToLong();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dprop.cpp45 m_last = NULL;
67 m_last = NULL;
78 m_last = NULL;
126 m_last = NULL;
161 m_last = NULL;
180 m_last = NULL;
231 if (m_last)
232 m_last->m_next = expr;
233 m_last = expr;
242 if (!m_last)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dprop.h253 { return ((m_type == wxPropertyValueList) ? m_last : (wxPropertyValue*)NULL); }
298 wxPropertyValue* m_last; // If is a list expr, points to the last node member in class:wxPropertyValue

Completed in 173 milliseconds