Searched refs:GetLo (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/longlong/
H A Dlonglongtest.cpp101 wxLongLong b(a.GetHi(), a.GetLo());
105 wxLongLongWx c(a.GetHi(), a.GetLo());
110 wxLongLongNative d(a.GetHi(), a.GetLo());
174 wxLongLong a1(a.GetHi(), a.GetLo());
175 wxLongLong b1(b.GetHi(), b.GetLo());
180 wxLongLongWx a2(a.GetHi(), a.GetLo());
181 wxLongLongWx b2(b.GetHi(), b.GetLo());
187 wxLongLongNative a3(a.GetHi(), a.GetLo());
188 wxLongLongNative b3(b.GetHi(), b.GetLo());
217 wxLongLongWx a1(a.GetHi(), a.GetLo());
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dstopwatch.cpp150 return (wxGetLocalTimeMillis() - m_t0).GetLo();
158 return res.GetLo() / 10;
161 return (wxGetLocalTimeMillis() - m_t0).GetLo();
195 return (newTime - oldTime).GetLo();
H A Dlonglong.cpp88 m_ll |= ll.GetLo();
96 m_ll |= ll.GetLo();
105 m_ll |= ll.GetLo();
114 m_ll |= ((unsigned long) ll.GetLo());
122 m_ll |= ((unsigned long) ll.GetLo());
131 m_ll |= ((unsigned long) ll.GetLo());
148 m_lo = ll.GetLo();
H A Ddatstrm.cpp179 (unsigned char) (i64.GetLo() & 255l);
194 (unsigned char) (i64.GetLo() & 255l);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dlonglong.h166 wxUint32 GetLo() const function in class:wxLongLongNative
398 wxUint32 GetLo() const function in class:wxULongLongNative
663 unsigned long GetLo() const { return m_lo; } function in class:wxLongLongWx
744 { return m_lo == ll.GetLo() && m_hi == ll.GetHi(); }
856 m_lo = ll.GetLo();
895 m_lo = ll.GetLo();
905 unsigned long GetLo() const { return m_lo; } function in class:wxULongLongWx
1065 return wxLongLong((long)ret.GetHi(),ret.GetLo());
H A Ddatetime.h1952 return (int)((GetSeconds() / 60l).GetLo());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dlonglong.tex138 \membersection{wxLongLong::GetLo}\label{wxlonglonggetlo}
140 \constfunc{unsigned long}{GetLo}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dthreadpsx.cpp395 int sec = temp.GetLo();
398 int millis = temp.GetLo();
545 long remainingTime = (long)milliseconds - (long)elapsed.GetLo();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dcombo.cpp815 int pos = (int) (t-m_animStart).GetLo();
H A Dmediactrl_qt.cpp985 theTimeRecord.value.lo = where.GetLo();
990 m_lib.SetMovieTimeValue(m_movie, where.GetLo());
H A Dmediactrl.cpp3109 seekParms.dwTo = (DWORD)where.GetLo();
3845 theTimeRecord.value.lo = where.GetLo();
3850 m_lib.SetMovieTimeValue(m_movie, where.GetLo());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dtime.cpp588 ft.dwLowDateTime = i64.GetLo();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp1520 littleBit = localTime.GetLo();
1528 littleBit = localTime.GetLo();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/combo/
H A Dcombo.cpp555 int pos = (int) (t-m_animStart).GetLo();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2rtf.cpp1081 buf.Printf(_T("Finished PASS #%d in %ld seconds.\n"), passNumber, (long)(elapsed.GetLo()/1000.0));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPreferences.cpp926 srand( wxGetLocalTimeMillis().GetLo() ); // we need random numbers sometimes

Completed in 314 milliseconds