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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dtimer.cpp44 typedef ulong wxTimerTick_t; typedef
53 inline bool wxTickGreaterEqual(wxTimerTick_t x, wxTimerTick_t y)
56 const wxTimerTick_t modulus = 1573040 * 55;
60 // If wxTimerTick_t is 32-bits then it'll wrap in around 50 days. So
62 inline bool wxTickGreaterEqual(wxTimerTick_t x, wxTimerTick_t y)
64 // This code assumes wxTimerTick_t is an unsigned type.
66 const wxTimerTick_t half_modulus = ~((~(wxTimerTick_t)
73 typedef wxLongLong wxTimerTick_t; typedef
[all...]

Completed in 47 milliseconds