Searched refs:ALIGN_VALUE (Results 1 – 1 of 1) sorted by relevance
201 #define ALIGN_VALUE(Value, Alignment) ((Value) + (((Alignment) - (Value)) & ((Alignment) - 1))) macro206 #define ALIGN_POINTER(Pointer, Alignment) ((VOID *) (ALIGN_VALUE ((UINTN)(Pointer), (Alignment))))211 #define ALIGN_VARIABLE(Value) ALIGN_VALUE ((Value), sizeof (UINTN))