Searched defs:IS_ALIGNED (Results 1 – 6 of 6) sorted by relevance
20 #define IS_ALIGNED(Address, Align) (((UINTN)Address & (Align-1)) == 0) macro
24 #define IS_ALIGNED(addr, size) !((UINT32) (addr) & (size - 1)) macro
132 #define IS_ALIGNED(addr, size) (((UINTN) (addr) & (size - 1)) == 0) macro
151 #define IS_ALIGNED(addr, size) (((UINTN) (addr) & (size - 1)) == 0) macro
118 #define IS_ALIGNED(addr, size) (((UINTN) (addr) & (size - 1)) == 0) macro
85 #define IS_ALIGNED(addr, size) (((UINTN) (addr) & (size - 1)) == 0) macro