Home
last modified time | relevance | path

Searched defs:HintIndex (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/include/reactos/
H A Ddbgbitmap.h139 _In_ ULONG HintIndex) in RtlFindClearBitsDbg()
150 _In_ ULONG HintIndex) in RtlFindClearBitsAndSetDbg()
226 _In_ ULONG HintIndex) in RtlFindSetBitsDbg()
237 _In_ ULONG HintIndex) in RtlFindSetBitsAndClearDbg()
/reactos/sdk/lib/rtl/
H A Dbitmap.c512 _In_ BITMAP_INDEX HintIndex) in RtlFindClearBits()
580 _In_ BITMAP_INDEX HintIndex) in RtlFindSetBits()
648 _In_ BITMAP_INDEX HintIndex) in RtlFindClearBitsAndSet()
671 _In_ BITMAP_INDEX HintIndex) in RtlFindSetBitsAndClear()
H A Dheap.c243 ULONG HintIndex, NextHintIndex; in RtlpInsertFreeBlockHelper() local
436 ULONG HintIndex; in RtlpRemoveFreeBlock() local
2173 ULONG HintIndex = RtlFindSetBits(&Heap->FreeHintBitmap, 1, Index - 1); in RtlAllocateHeap() local
3539 ULONG HintIndex; in RtlpValidateHeap() local
/reactos/win32ss/user/ntuser/
H A Dtimer.c29 static ULONG HintIndex = HINTINDEX_BEGIN_VALUE; variable