Searched refs:wxLongLong (Results 26 - 47 of 47) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dthreadpsx.cpp392 wxLongLong curtime = wxGetLocalTimeMillis();
394 wxLongLong temp = curtime / 1000;
540 wxLongLong startTime = wxGetLocalTimeMillis();
544 wxLongLong elapsed = wxGetLocalTimeMillis() - startTime;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Dsetup_microwin.h223 // Set wxUSE_LONGLONG to 1 to compile the wxLongLong class. This is a 64 bit
1161 #error wxDateTime requires wxLongLong
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dutils.h30 // wxLongLong
66 typedef wxLongLong wxMemorySize;
534 typedef wxLongLong wxDiskspaceSize_t;
H A Dcombo.h557 wxLongLong m_timeCanAcceptClick;
H A Devent.h1748 static wxLongLong sm_lastUpdate;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/
H A DPlatWX.cpp1519 wxLongLong localTime = wxGetLocalTimeMillis();
1525 wxLongLong prevTime(bigBit, littleBit);
1526 wxLongLong localTime = wxGetLocalTimeMillis();
1531 wxLongLong duration = localTime - prevTime;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Devent.cpp434 wxLongLong wxUpdateUIEvent::sm_lastUpdate = 0;
458 wxLongLong now = wxGetLocalTimeMillis();
466 // If we don't have wxStopWatch or wxLongLong, we
479 wxLongLong now = wxGetLocalTimeMillis();
H A Dcombocmn.cpp1554 wxLongLong t = ::wxGetLocalTimeMillis();
H A Ddatetime.cpp1683 wxLongLong timeMidnight = m_time + tz.GetOffset() * 1000;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dcombo.cpp812 wxLongLong t = ::wxGetLocalTimeMillis();
H A Dutils.cpp548 *pFree = wxLongLong(UL(bytesFree).HighPart, UL(bytesFree).LowPart);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dtime.cpp565 wxLongLong i64;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/cube/
H A Dcube.cpp144 wxLongLong tl = wxGetLocalTimeMillis();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/combo/
H A Dcombo.cpp553 wxLongLong t = ::wxGetLocalTimeMillis();
597 wxLongLong m_animStart;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/utils/tex2rtf/src/
H A Dtex2rtf.cpp978 wxLongLong localTime = wxGetLocalTimeMillis();
1080 wxLongLong elapsed = wxGetLocalTimeMillis() - localTime;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/common/
H A DPath.cpp660 wxLongLong free;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dfiledlgg.cpp361 wxLongLong(m_size).ToString().c_str());
386 s = wxLongLong(m_size).ToString();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextctrl.h863 wxLongLong m_fullLayoutTime;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dfunction.tex1056 \func{bool}{wxGetDiskSpace}{\param{const wxString\& }{path}, \param{wxLongLong }{*total = NULL}, \param{wxLongLong }{*free = NULL}}
2877 \func{wxLongLong\_t}{wxLL}{\param{}{number}}
2894 \helpref{wxULL}{wxull}, \helpref{wxLongLong}{wxlonglong}
2900 which 64 bit integer numbers (i.e. those of type {\tt wxLongLong\_t}) can be
3438 \func{wxLongLong\_t}{wxULL}{\param{}{number}}
3455 \helpref{wxLL}{wxll}, \helpref{wxLongLong}{wxlonglong}
4373 \func{wxLongLong}{wxGetLocalTimeMillis}{\void}
4380 \helpref{wxLongLong}{wxlonglong}
H A Dcategory.tex342 \twocolitem{\helpref{wxLongLong}{wxlonglong}}{A portable 64 bit integer type}
H A Dwxstring.tex1234 \constfunc{bool}{ToLongLong}{\param{wxLongLong\_t}{ *val}, \param{int }{base = $10$}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp1502 wxLongLong total, free;

Completed in 327 milliseconds

12