HomeSort by relevance Sort by last modified time
    Searched defs:ALIGN_VARIABLE (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
BaseTypes.h 142 /// ALIGN_VARIABLE - aligns a variable up to the next natural boundary for int size of a processor
144 #define ALIGN_VARIABLE(Value, Adjustment) \
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiTypes.h 270 // ALIGN_VARIABLE - aligns a variable up to the next natural boundary for int size of a processor
272 #define ALIGN_VARIABLE(Value, Adjustment) \
  /device/linaro/bootloader/edk2/MdePkg/Include/
Base.h 852 #define ALIGN_VARIABLE(Value) ALIGN_VALUE ((Value), sizeof (UINTN))
    [all...]

Completed in 339 milliseconds