Home
last modified time | relevance | path

Searched refs:ulBitmapIndex (Results 1 – 1 of 1) sorted by relevance

/reactos/win32ss/user/ntuser/
H A Dtimer.c83 ULONG ulBitmapIndex; in RemoveTimer() local
86 ulBitmapIndex = (ULONG)(MAX_WINDOW_LESS_TIMER_ID - pTmr->nID); in RemoveTimer()
88 RtlClearBit(&WindowLessTimersBitMap, ulBitmapIndex); in RemoveTimer()
190 ULONG ulBitmapIndex; in IntSetTimer() local
228 ulBitmapIndex = RtlFindClearBitsAndSet(&WindowLessTimersBitMap, 1, HintIndex); in IntSetTimer()
229 HintIndex = (ulBitmapIndex + 1) % NUM_WINDOW_LESS_TIMERS; in IntSetTimer()
230 if (ulBitmapIndex == ULONG_MAX) in IntSetTimer()
238 ASSERT(ulBitmapIndex < NUM_WINDOW_LESS_TIMERS); in IntSetTimer()
239 IDEvent = MAX_WINDOW_LESS_TIMER_ID - ulBitmapIndex; in IntSetTimer()