ReactOS 0.4.16-dev-737-g3368adc
|
Go to the source code of this file.
Macros | |
#define | _UNALIGNED_ACCESS_ALLOWED 0 |
#define | ReadUnalignedUlongPtr ReadUnalignedU32 |
#define | WriteUnalignedUlongPtr WriteUnalignedU32 |
Functions | |
__forceinline unsigned short | ReadUnalignedU16 (const unsigned short *p) |
__forceinline unsigned long | ReadUnalignedU32 (const unsigned long *p) |
__forceinline unsigned long long | ReadUnalignedU64 (const unsigned long long *p) |
__forceinline void | WriteUnalignedU16 (unsigned short *p, unsigned short val) |
__forceinline void | WriteUnalignedU32 (unsigned long *p, unsigned long val) |
__forceinline void | WriteUnalignedU64 (unsigned long long *p, unsigned long long val) |
#define _UNALIGNED_ACCESS_ALLOWED 0 |
Definition at line 17 of file unaligned.h.
#define ReadUnalignedUlongPtr ReadUnalignedU32 |
Definition at line 141 of file unaligned.h.
#define WriteUnalignedUlongPtr WriteUnalignedU32 |
Definition at line 142 of file unaligned.h.
Definition at line 68 of file unaligned.h.
Definition at line 76 of file unaligned.h.
Referenced by co_IntSetWindowLongPtr(), and IntGetSetClassLongPtr().
Definition at line 87 of file unaligned.h.
Definition at line 102 of file unaligned.h.
Definition at line 111 of file unaligned.h.
Referenced by co_IntSetWindowLongPtr(), and IntGetSetClassLongPtr().
Definition at line 122 of file unaligned.h.