ReactOS 0.4.17-dev-116-ga4b6fe9
rtlbitmap.c File Reference
#include <stdarg.h>
#include "ntstatus.h"
#include "windef.h"
#include "winbase.h"
#include "winternl.h"
#include "wine/test.h"
Include dependency graph for rtlbitmap.c:

Go to the source code of this file.

Macros

#define WIN32_NO_STATUS
 

Functions

 START_TEST (rtlbitmap)
 

Macro Definition Documentation

◆ WIN32_NO_STATUS

#define WIN32_NO_STATUS

Definition at line 27 of file rtlbitmap.c.

Function Documentation

◆ START_TEST()

START_TEST ( rtlbitmap  )

Definition at line 665 of file rtlbitmap.c.

666{
667#ifdef __WINE_WINTERNL_H
669
670 if (pRtlInitializeBitMap)
671 {
672 test_RtlInitializeBitMap();
673 test_RtlSetAllBits();
674 test_RtlClearAllBits();
675 test_RtlSetBits();
676 test_RtlClearBits();
677 test_RtlCheckBit();
678 test_RtlAreBitsSet();
679 test_RtlAreBitsClear();
680 test_RtlNumberOfSetBits();
681 test_RtlNumberOfClearBits();
682 test_RtlFindSetBitsAndClear();
683 test_RtlFindClearBitsAndSet();
684 test_RtlFindMostSignificantBit();
685 test_RtlFindLeastSignificantBit();
686 test_RtlFindSetRuns();
687 test_RtlFindClearRuns();
688 test_RtlFindNextForwardRunSet();
689 test_RtlFindNextForwardRunClear();
690 }
691#endif
692}
static void InitFunctionPtrs(void)
Definition: registry.c:102