Searched defs:ALIGN_VARIABLE (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
H A DBaseTypes.h142 /// ALIGN_VARIABLE - aligns a variable up to the next natural boundary for int size of a processor
144 #define ALIGN_VARIABLE(Value, Adjustment) \ macro
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
H A DEfiTypes.h270 // ALIGN_VARIABLE - aligns a variable up to the next natural boundry for int size of a processor
272 #define ALIGN_VARIABLE(Value, Adjustment) \ macro
/device/linaro/bootloader/edk2/MdePkg/Include/
H A DBase.h687 #define ALIGN_VARIABLE(Value) ALIGN_VALUE ((Value), sizeof (UINTN)) macro

Completed in 112 milliseconds