Home
last modified time | relevance | path

Searched refs:ALIGN_VALUE (Results 1 – 1 of 1) sorted by relevance

/src/sys/contrib/edk2/Include/
H A DBase.h957 #define ALIGN_VALUE(Value, Alignment) ((Value) + ALIGN_VALUE_ADDEND (Value, Alignment)) macro
972 #define ALIGN_POINTER(Pointer, Alignment) ((VOID *) (ALIGN_VALUE ((UINTN)(Pointer), (Alignment))))
986 #define ALIGN_VARIABLE(Value) ALIGN_VALUE ((Value), sizeof (UINTN))