ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

tools.h File Reference
#include <ntddk.h>

Go to the source code of this file.

Defines

#define WHICH_BIT(Data, Bit)
#define PAGE_MASK   (PAGE_SIZE-1)
#define ntohs(x)   ( (((USHORT)x[0])<<8) | x[1] )
#define PLAY_ACTIVE(DeviceExtension)   (((PCDROM_DATA)(DeviceExtension + 1))->PlayActive)
#define MSF_TO_LBA(Minutes, Seconds, Frames)   (ULONG)((60 * 75 * (Minutes)) + (75 * (Seconds)) + ((Frames) - 150))
#define LBA_TO_MSF(Lba, Minutes, Seconds, Frames)
#define DEC_TO_BCD(x)   (((x / 10) << 4) + (x % 10))
#define KdDump(a, b)   {}
#define DbgAllocatePool(x, y)   ExAllocatePool(x,y)
#define DbgFreePool(x)   ExFreePool(x)
#define DbgAllocatePoolWithTag(a, b, c)   ExAllocatePoolWithTag(a,b,c)
#define BrutePoint()   {}
#define WAIT_FOR_XXX_EMU_DELAY   DEF_I64(5000000)
#define PtrOffset(BASE, OFFSET)   ((ULONG)((ULONG)(OFFSET) - (ULONG)(BASE)))

Functions

__inline ULONG CountOfSetBitsUChar (UCHAR _X)
__inline ULONG CountOfSetBitsULong (ULONG _X)

Variables

UNICODE_STRING SavedSPString

Generated on Sat May 26 2012 05:25:34 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.