ReactOS 0.4.16-dev-1-gcf26321
|
Go to the source code of this file.
Macros | |
#define | ALIGN_LMASK 3 |
#define | xaligned(a, s) ((((UIntptr_t)(a)) & (s)) == 0) |
#define | x2aligned(a, b, s) (((((UIntptr_t)(a)) | ((UIntptr_t)(b))) & (s)) == 0) |
#define | laligned(a) xaligned(a, ALIGN_LMASK) |
#define | l2aligned(a, b) x2aligned(a, b, ALIGN_LMASK) |