Searched refs:half_modulus (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.cpp65 // Set half_modulus with top bit set and the rest zeros.
66 const wxTimerTick_t half_modulus = ~((~(wxTimerTick_t)0) >> 1); local
67 return x - y < half_modulus;

Completed in 58 milliseconds