ReactOS 0.4.15-dev-7842-g558ab78
rtlbitmap.c File Reference
#include "ntdll_test.h"
Include dependency graph for rtlbitmap.c:

Go to the source code of this file.

Functions

 START_TEST (rtlbitmap)
 

Function Documentation

◆ START_TEST()

START_TEST ( rtlbitmap  )

Definition at line 625 of file rtlbitmap.c.

626{
627#ifdef __WINE_WINTERNL_H
629
630 if (pRtlInitializeBitMap)
631 {
632 test_RtlInitializeBitMap();
633 test_RtlSetAllBits();
634 test_RtlClearAllBits();
635 test_RtlSetBits();
636 test_RtlClearBits();
637 test_RtlCheckBit();
638 test_RtlAreBitsSet();
639 test_RtlAreBitsClear();
640 test_RtlNumberOfSetBits();
641 test_RtlNumberOfClearBits();
642 test_RtlFindSetBitsAndClear();
643 test_RtlFindClearBitsAndSet();
644 test_RtlFindMostSignificantBit();
645 test_RtlFindLeastSignificantBit();
646 test_RtlFindSetRuns();
647 test_RtlFindClearRuns();
648 }
649#endif
650}
static void InitFunctionPtrs(void)
Definition: registry.c:132