Home
last modified time | relevance | path

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

/freebsd/sys/contrib/edk2/Include/
H A DBase.h881 #define ALIGN_VALUE(Value, Alignment) ((Value) + (((Alignment) - (Value)) & ((Alignment) - 1))) macro
896 #define ALIGN_POINTER(Pointer, Alignment) ((VOID *) (ALIGN_VALUE ((UINTN)(Pointer), (Alignment))))
910 #define ALIGN_VARIABLE(Value) ALIGN_VALUE ((Value), sizeof (UINTN))