|
| static ULONG | fnv1a_hash (ULONG *data, size_t length) |
| |
| static ULONG | RtlComputeBitmapHashDbg (_In_ PRTL_BITMAP_DBG BitMapHeader) |
| |
| static VOID | RtlValidateBitmapDbg (_Inout_ PRTL_BITMAP_DBG BitMapHeader) |
| |
| | _At_ (BitMapHeader->SizeOfBitMap, _Post_equal_to_(SizeOfBitMap)) _At_(BitMapHeader -> Buffer, _Post_equal_to_(BitMapBuffer)) static inline VOID RtlInitializeBitMapDbg(_Out_ PRTL_BITMAP_DBG BitMapHeader, _In_opt_ __drv_aliasesMem PULONG BitMapBuffer, _In_opt_ ULONG SizeOfBitMap) |
| |
| static BOOLEAN | RtlAreBitsClearDbg (_In_ PRTL_BITMAP_DBG BitMapHeader, _In_ ULONG StartingIndex, _In_ ULONG Length) |
| |
| static BOOLEAN | RtlAreBitsSetDbg (_In_ PRTL_BITMAP_DBG BitMapHeader, _In_ ULONG StartingIndex, _In_ ULONG Length) |
| |
| static VOID | RtlClearAllBitsDbg (_In_ PRTL_BITMAP_DBG BitMapHeader) |
| |
| static VOID | RtlClearBitDbg (_In_ PRTL_BITMAP_DBG BitMapHeader, _In_range_(<, BitMapHeader->SizeOfBitMap) ULONG BitNumber) |
| |
| static VOID | RtlClearBitsDbg (_In_ PRTL_BITMAP_DBG BitMapHeader, _In_range_(0, BitMapHeader->SizeOfBitMap - NumberToClear) ULONG StartingIndex, _In_range_(0, BitMapHeader->SizeOfBitMap - StartingIndex) ULONG NumberToClear) |
| |
| static ULONG | RtlFindClearBitsDbg (_In_ PRTL_BITMAP_DBG BitMapHeader, _In_ ULONG NumberToFind, _In_ ULONG HintIndex) |
| |
| static ULONG | RtlFindClearBitsAndSetDbg (_In_ PRTL_BITMAP_DBG BitMapHeader, _In_ ULONG NumberToFind, _In_ ULONG HintIndex) |
| |
| static ULONG | RtlFindFirstRunClearDbg (_In_ PRTL_BITMAP_DBG BitMapHeader, _Out_ PULONG StartingIndex) |
| |
| static ULONG | RtlFindClearRunsDbg (_In_ PRTL_BITMAP_DBG BitMapHeader, _Out_writes_to_(SizeOfRunArray, return) PRTL_BITMAP_RUN RunArray, _In_range_(>, 0) ULONG SizeOfRunArray, _In_ BOOLEAN LocateLongestRuns) |
| |
| static ULONG | RtlFindLastBackwardRunClearDbg (_In_ PRTL_BITMAP_DBG BitMapHeader, _In_ ULONG FromIndex, _Out_ PULONG StartingRunIndex) |
| |
| static ULONG | RtlFindLongestRunClearDbg (_In_ PRTL_BITMAP_DBG BitMapHeader, _Out_ PULONG StartingIndex) |
| |
| static ULONG | RtlFindNextForwardRunClearDbg (_In_ PRTL_BITMAP_DBG BitMapHeader, _In_ ULONG FromIndex, _Out_ PULONG StartingRunIndex) |
| |
| static ULONG | RtlFindNextForwardRunSetDbg (_In_ PRTL_BITMAP_DBG BitMapHeader, _In_ ULONG FromIndex, _Out_ PULONG StartingRunIndex) |
| |
| static ULONG | RtlFindSetBitsDbg (_In_ PRTL_BITMAP_DBG BitMapHeader, _In_ ULONG NumberToFind, _In_ ULONG HintIndex) |
| |
| static ULONG | RtlFindSetBitsAndClearDbg (_In_ PRTL_BITMAP_DBG BitMapHeader, _In_ ULONG NumberToFind, _In_ ULONG HintIndex) |
| |
| static ULONG | RtlNumberOfClearBitsDbg (_In_ PRTL_BITMAP_DBG BitMapHeader) |
| |
| static ULONG | RtlNumberOfSetBitsDbg (_In_ PRTL_BITMAP_DBG BitMapHeader) |
| |
| static VOID | RtlSetBitDbg (_In_ PRTL_BITMAP_DBG BitMapHeader, _In_range_(<, BitMapHeader->SizeOfBitMap) ULONG BitNumber) |
| |
| static VOID | RtlSetBitsDbg (_In_ PRTL_BITMAP_DBG BitMapHeader, _In_range_(0, BitMapHeader->SizeOfBitMap - NumberToSet) ULONG StartingIndex, _In_range_(0, BitMapHeader->SizeOfBitMap - StartingIndex) ULONG NumberToSet) |
| |
| static VOID | RtlSetAllBitsDbg (_In_ PRTL_BITMAP_DBG BitMapHeader) |
| |
| static _Must_inspect_result_ BOOLEAN | RtlTestBitDbg (_In_ PRTL_BITMAP_DBG BitMapHeader, _In_range_(<, BitMapHeader->SizeOfBitMap) ULONG BitNumber) |
| |
| static _Must_inspect_result_ BOOLEAN | RtlCheckBitDbg (_In_ PRTL_BITMAP_DBG BitMapHeader, _In_range_(<, BitMapHeader->SizeOfBitMap) ULONG BitPosition) |
| |