Searched defs:ALIGNMENT (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Include/Guid/
H A DVariableFormat.h30 #define ALIGNMENT 8 macro
32 #define ALIGNMENT 1 macro
38 #if (ALIGNMENT == 1)
41 #define GET_PAD_SIZE(a) (((~a) + 1) & (ALIGNMENT - 1))
/vbox/src/VBox/Devices/EFI/Firmware/SecurityPkg/Include/Guid/
H A DAuthenticatedVariableFormat.h67 #define ALIGNMENT 8 macro
69 #define ALIGNMENT 1 macro
75 #if (ALIGNMENT == 1)
78 #define GET_PAD_SIZE(a) (((~a) + 1) & (ALIGNMENT - 1))

Completed in 32 milliseconds