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

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Include/Common/
H A DBaseTypes.h144 /// ALIGN_VARIABLE - aligns a variable up to the next natural boundary for int size of a processor
146 #define ALIGN_VARIABLE(Value, Adjustment) \ macro
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/
H A DBase.h666 #define ALIGN_VARIABLE(Value) ALIGN_VALUE ((Value), sizeof (UINTN)) macro
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/efi/
H A DBase.h650 #define ALIGN_VARIABLE(Value) ALIGN_VALUE ((Value), sizeof (UINTN)) macro

Completed in 54 milliseconds